Skip to content

Commit 1e97389

Browse files
authored
IBX-10651: Fixed user name size in user menu (#1712)
1 parent 979c7b6 commit 1e97389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/Resources/public/scss/_header-user-menu.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
padding: calculateRem(16px) calculateRem(24px);
2323
border-bottom: calculateRem(1px) solid $ibexa-color-light;
2424
color: $ibexa-color-dark-400;
25-
font-size: $ibexa-text-font-size-large;
25+
font-size: $ibexa-text-font-size-small;
2626
}
2727

2828
.ibexa-focus-mode-form {

0 commit comments

Comments
 (0)