From 140372a5cf2bfd7afe5f1b338914a682522f8689 Mon Sep 17 00:00:00 2001 From: Murtuza Zabuawala Date: Tue, 30 Oct 2018 09:27:14 +0000 Subject: [PATCH] Fix minor alert layout issue on IE 11. --- web/pgadmin/static/scss/_alert.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/pgadmin/static/scss/_alert.scss b/web/pgadmin/static/scss/_alert.scss index d5e51a6e0..94298e112 100644 --- a/web/pgadmin/static/scss/_alert.scss +++ b/web/pgadmin/static/scss/_alert.scss @@ -113,6 +113,7 @@ -webkit-user-select: text; -ms-user-select: text; user-select: text; + width: 100%; } .error-in-footer {