We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c620ff commit a1a7587Copy full SHA for a1a7587
src/bundle/Resources/public/scss/_user-mode-badge.scss
@@ -2,12 +2,13 @@
2
display: flex;
3
height: calculateRem(24px);
4
padding: calculateRem(4px) calculateRem(8px);
5
- margin-left: calculateRem(24px);
+ margin: 0 calculateRem(24px);
6
align-items: center;
7
border-radius: calculateRem(16px);
8
border: calculateRem(0.5px) solid $ibexa-color-light-600;
9
background: $ibexa-color-dark;
10
color: $ibexa-color-light-600;
11
font-size: calculateRem(12px);
12
line-height: calculateRem(18px);
13
+ width: max-content;
14
}
0 commit comments