Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit bee03b1

Browse files
authored
ENGCOM-3524: [Forwardport]Fix issue port 19328 - Success Message Icon vertically misaligned in admin panel #19334
2 parents c593019 + cbe09dd commit bee03b1

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

app/design/adminhtml/Magento/backend/web/css/source/components/_messages.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
position: absolute;
7777
speak: none;
7878
text-shadow: none;
79-
top: 1.5rem;
79+
top: 50%;
80+
margin-top: -1.25rem;
8081
width: auto;
8182
}
8283
}

0 commit comments

Comments
 (0)