Skip to content

Commit 38cf30a

Browse files
authored
ENGCOM-5840: Notification counter design issue #23473 #24589
2 parents 59c9865 + a071410 commit 38cf30a

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)