public inbox for [email protected]
help / color / mirror / Atom feedFrom: Pradip Parkale <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: [pgAdmin][RM4020]: Color issue on statistics tab for pg-10/11 for Safari Browser
Date: Thu, 11 Mar 2021 14:00:38 +0530
Message-ID: <CAJ9T6SsvWjECWbJF-LNNkvE6a-KGaK1DU5=nCtNufN7vdtOFUQ@mail.gmail.com> (raw)
Hi Hackers,
Please find the attached patch for RM4020. The color issue on the
collection node statistics tab. This is specific to the Safari browser.
--
Thanks & Regards,
Pradip Parkale
Software Engineer | EnterpriseDB Corporation
Attachments:
[application/octet-stream] RM4020.patch (504B, 3-RM4020.patch)
download | inline diff:
diff --git a/web/pgadmin/static/scss/_bootstrap.overrides.scss b/web/pgadmin/static/scss/_bootstrap.overrides.scss
index e6ffa247f..a50f1b974 100644
--- a/web/pgadmin/static/scss/_bootstrap.overrides.scss
+++ b/web/pgadmin/static/scss/_bootstrap.overrides.scss
@@ -255,6 +255,10 @@ legend {
.table {
margin-bottom: 0rem;
user-select: text;
+ table-layout: fixed;
+ max-width: none;
+ width: auto;
+ min-width: 100%;
th {
padding: $table-header-cell-padding $table-cell-padding;
}
view thread (2+ 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][RM4020]: Color issue on statistics tab for pg-10/11 for Safari Browser
In-Reply-To: <CAJ9T6SsvWjECWbJF-LNNkvE6a-KGaK1DU5=nCtNufN7vdtOFUQ@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