public inbox for [email protected]
help / color / mirror / Atom feedFrom: Nikhil Mohite <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: [pgAdmin][RM-3827]: In Query History tab, query details should be scrollable
Date: Thu, 16 Sep 2021 14:21:41 +0530
Message-ID: <CAOBg0AOJ34EGiXv-z6=yy9YMDre-4_Bte7VQZExK-q00F7Jmfw@mail.gmail.com> (raw)
Hi Hackers,
Please find the attached patch for
<https://redmine.postgresql.org/issues/6672>RM-3827:
<https://redmine.postgresql.org/issues/3827; In Query History tab, query
details should be scrollable
--
*Thanks & Regards,*
*Nikhil Mohite*
*Software Engineer.*
*EDB Postgres* <https://www.enterprisedb.com/;
*Mob.No: +91-7798364578.*
Attachments:
[application/octet-stream] RM-3827.patch (773B, 3-RM-3827.patch)
download | inline diff:
diff --git a/web/pgadmin/tools/sqleditor/static/scss/_history.scss b/web/pgadmin/tools/sqleditor/static/scss/_history.scss
index fe9ef8ea..cbb7b029 100644
--- a/web/pgadmin/tools/sqleditor/static/scss/_history.scss
+++ b/web/pgadmin/tools/sqleditor/static/scss/_history.scss
@@ -96,6 +96,7 @@
.query-detail {
height: 100%;
width: 100%;
+ min-height: 19em;
display: flex;
flex-direction: column;
background-color: $color-bg;
@@ -156,7 +157,7 @@
flex: 5;
margin-left: 10px;
margin-right: 10px;
- height: 0;
+ min-height: 1em;
position: relative;
.copy-all, .was-copied, .copy-to-editor {
@@ -196,6 +197,7 @@
flex: 2;
display: flex;
padding: 0 20px;
+ min-height: 6em;
.message {
flex: 2 2 0%;
view thread (4+ 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: [pgAdmin][RM-3827]: In Query History tab, query details should be scrollable
In-Reply-To: <CAOBg0AOJ34EGiXv-z6=yy9YMDre-4_Bte7VQZExK-q00F7Jmfw@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