Skip to content

Commit a071410

Browse files
ENGCOM-5840: Notification counter design issue #23473 #24589
- Merge Pull Request #24589 from thurow/magento2:hotfix/notification-admin-counter - Merged commits: 1. d009e26 2. 3187c61 3. 07d6cb9
2 parents f092e4a + 07d6cb9 commit a071410

File tree

1 file changed

+4
-3
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/header/actions-group

1 file changed

+4
-3
lines changed

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/header/actions-group/_notifications.less

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,14 @@
9797
display: inline-block;
9898
font-size: @notifications__font-size;
9999
font-weight: @font-weight__bold;
100-
height: 18px;
100+
height: 20px;
101101
left: 50%;
102+
line-height: 20px;
102103
margin-left: .3em;
103104
margin-top: -1.1em;
104-
min-width: 18px;
105-
padding: .3em .5em;
105+
min-width: 20px;
106106
position: absolute;
107+
text-align: center;
107108
top: 50%;
108109
}
109110
}

0 commit comments

Comments
 (0)