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:
Ian Oxley
2018-12-18 15:31:45 +00:00
parent 6b5173ecbf
commit 76f9204417
@@ -40,6 +40,11 @@ transition(name="fade")
width: 300px;
margin-left: 1em;
margin-bottom: 1em;
.row {
margin: 0;
width: 100%;
}
}
.info {