Skip to content

Commit a1a7587

Browse files
mateuszdebinskiMateusz Dębiński
andauthored
IBX-9347: Set with to max-content and added margin-right (#1424)
Co-authored-by: Mateusz Dębiński <[email protected]>
1 parent 3c620ff commit a1a7587

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bundle/Resources/public/scss/_user-mode-badge.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
display: flex;
33
height: calculateRem(24px);
44
padding: calculateRem(4px) calculateRem(8px);
5-
margin-left: calculateRem(24px);
5+
margin: 0 calculateRem(24px);
66
align-items: center;
77
border-radius: calculateRem(16px);
88
border: calculateRem(0.5px) solid $ibexa-color-light-600;
99
background: $ibexa-color-dark;
1010
color: $ibexa-color-light-600;
1111
font-size: calculateRem(12px);
1212
line-height: calculateRem(18px);
13+
width: max-content;
1314
}

0 commit comments

Comments
 (0)