Skip to content

Commit 072be9d

Browse files
authored
ENGCOM-4228: [Backport] Extra space from left in top message section (Notification section) #21161
2 parents 4e4f5be + 4cc39de commit 072be9d

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)