Skip to content

Commit cdafbc7

Browse files
ENGCOM-4119: Extra space from left in top message section (Notification section) #20962
- Merge Pull Request #20962 from cedarvinda/magento2:Magento-2.3-develop-PR-19 - Merged commits: 1. caaf53d
2 parents 8dfe26a + caaf53d commit cdafbc7

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)