Skip to content

Commit fa7dd3c

Browse files
authored
ENGCOM-4068: Fix issue 19328 - Success Message Icon vertically misaligned in admin panel #19333
2 parents 16fc50d + 79130f6 commit fa7dd3c

File tree

1 file changed

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

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
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
}
@@ -110,7 +111,7 @@
110111
content: @alert-icon__error__content;
111112
font-size: @alert-icon__error__font-size;
112113
left: 2.2rem;
113-
margin-top: .5rem;
114+
margin-top: -1.1rem;
114115
}
115116
}
116117

0 commit comments

Comments
 (0)