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:
@@ -23,6 +23,7 @@
|
||||
.msg-icon {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-right: 50px;
|
||||
}
|
||||
|
||||
.msg-content {
|
||||
|
||||
Reference in New Issue
Block a user