public inbox for [email protected]
help / color / mirror / Atom feedFrom: Aditya Toshniwal <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: [pgAdmin4][RM3695] Long name is not displayed completely in Drop confirmation pop up screen for server group
Date: Tue, 15 Jan 2019 10:49:56 +0530
Message-ID: <CAM9w-_kqKUG86uOk1Z4+5N=5fdorcXFpH5CaWa0FzeFFWUqj_A@mail.gmail.com> (raw)
Hi Hackers,
Attached is a tiny patch to fix long name display in dialogs.
--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB Software Solutions | Pune
"Don't Complain about Heat, Plant a tree"
Attachments:
[application/octet-stream] RM3695.patch (492B, 3-RM3695.patch)
download | inline diff:
diff --git a/web/pgadmin/static/scss/_alertify.overrides.scss b/web/pgadmin/static/scss/_alertify.overrides.scss
index 235c9fdb..4979735f 100644
--- a/web/pgadmin/static/scss/_alertify.overrides.scss
+++ b/web/pgadmin/static/scss/_alertify.overrides.scss
@@ -50,6 +50,8 @@
.ajs-body .ajs-content {
top: $title-height !important;
bottom: $footer-height-calc !important;
+ word-break: break-word;
+ word-wrap: break-word;
}
/* Removes padding from alertify footer */
view thread (7+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: [pgAdmin4][RM3695] Long name is not displayed completely in Drop confirmation pop up screen for server group
In-Reply-To: <CAM9w-_kqKUG86uOk1Z4+5N=5fdorcXFpH5CaWa0FzeFFWUqj_A@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox