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; }