Skip to content

Commit 0ea1f0e

Browse files
authored
ENGCOM-4119: Extra space from left in top message section (Notification section) #20962
2 parents a2d2247 + cdafbc7 commit 0ea1f0e

File tree

1 file changed

+1
-1
lines changed
  • app/design/adminhtml/Magento/backend/Magento_AdminNotification/web/css/source

1 file changed

+1
-1
lines changed

app/design/adminhtml/Magento/backend/Magento_AdminNotification/web/css/source/_module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
.message-system-short-wrapper {
8585
overflow: hidden;
86-
padding: 0 1.5rem 0 @indent__l;
86+
padding: 0 1.5rem 0 1rem;
8787
}
8888

8989
.message-system-collapsible {

0 commit comments

Comments
 (0)