Skip to content

Commit

Permalink
IBX-9347: Set with to max-content and added margin-right (#1424)
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Dębiński <[email protected]>
  • Loading branch information
mateuszdebinski and Mateusz Dębiński authored Jan 31, 2025
1 parent 3c620ff commit a1a7587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bundle/Resources/public/scss/_user-mode-badge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
display: flex;
height: calculateRem(24px);
padding: calculateRem(4px) calculateRem(8px);
margin-left: calculateRem(24px);
margin: 0 calculateRem(24px);
align-items: center;
border-radius: calculateRem(16px);
border: calculateRem(0.5px) solid $ibexa-color-light-600;
background: $ibexa-color-dark;
color: $ibexa-color-light-600;
font-size: calculateRem(12px);
line-height: calculateRem(18px);
width: max-content;
}

0 comments on commit a1a7587

Please sign in to comment.