From 2bb01e2d1a60df72d2b1569e2de87ba63c831a39 Mon Sep 17 00:00:00 2001 From: Murtuza Zabuawala Date: Wed, 5 Jul 2017 12:04:48 +0100 Subject: [PATCH] Fix alert layout when more than one are shown at once. --- web/pgadmin/static/scss/_alert.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/static/scss/_alert.scss b/web/pgadmin/static/scss/_alert.scss index ebffb6503..59600ae22 100644 --- a/web/pgadmin/static/scss/_alert.scss +++ b/web/pgadmin/static/scss/_alert.scss @@ -125,7 +125,7 @@ category: alerts } .media-body { - display: inline; + display: table-row; vertical-align: top; }