Fix alert layout when more than one are shown at once.

This commit is contained in:
Murtuza Zabuawala 2017-07-05 12:04:48 +01:00 committed by Dave Page
parent 76939e4f63
commit 2bb01e2d1a

View File

@ -125,7 +125,7 @@ category: alerts
}
.media-body {
display: inline;
display: table-row;
vertical-align: top;
}