Hi, PFA minor patch to display database object names on alertify dialog header if they are long and user have low screen resolution. RM#2278
-- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
diff --git a/web/pgadmin/static/scss/_alertify.overrides.scss b/web/pgadmin/static/scss/_alertify.overrides.scss index 95cd909..443663d 100644 --- a/web/pgadmin/static/scss/_alertify.overrides.scss +++ b/web/pgadmin/static/scss/_alertify.overrides.scss @@ -11,6 +11,8 @@ font-size: 14px; font-weight: bold; border-radius: 0; + overflow: hidden; + white-space: nowrap; } /* Overrides alertify js headers hovering behaviour*/