Update CSS to fix notification layout
Set `.row` inside a `.notification` to use `width: 100%`, and set margin to zero.
This commit is contained in:
@@ -40,6 +40,11 @@ transition(name="fade")
|
||||
width: 300px;
|
||||
margin-left: 1em;
|
||||
margin-bottom: 1em;
|
||||
|
||||
.row {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.info {
|
||||
|
||||
Reference in New Issue
Block a user