From 3ac3e73daf8121207fe60eefe6db1aba9c1abcc3 Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Mon, 7 May 2018 16:04:47 +0530 Subject: [PATCH] Fixed layout of the alertify error message in the query tool. Fixes #3310 --- web/pgadmin/static/scss/_alertify.overrides.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/static/scss/_alertify.overrides.scss b/web/pgadmin/static/scss/_alertify.overrides.scss index 443663d18..321fc7b4f 100644 --- a/web/pgadmin/static/scss/_alertify.overrides.scss +++ b/web/pgadmin/static/scss/_alertify.overrides.scss @@ -179,5 +179,5 @@ button.pg-alertify-button { } .ajs-message > .media > .media-body.media-middle { - display: table-row; + display: flex; }