Fix alert css for smaller viewports

Alert msgs are not aligned as expected in their enclosing divs on
smaller devices.To make them aligned its css is fixed so that
user experience can be improved.

PROD-1032
This commit is contained in:
uzairr
2020-02-24 17:28:13 +05:00
parent c43fc1fb0e
commit 3b0638e3b2

View File

@@ -23,6 +23,7 @@
.msg-icon {
display: inline-block;
vertical-align: middle;
margin-right: 50px;
}
.msg-content {