public inbox for [email protected]
help / color / mirror / Atom feed[pgAdmin][RM7168] Geometry Viewer popup UI improvement
2+ messages / 2 participants
[nested] [flat]
* [pgAdmin][RM7168] Geometry Viewer popup UI improvement
@ 2022-04-08 09:50 Aditya Toshniwal <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Aditya Toshniwal @ 2022-04-08 09:50 UTC (permalink / raw)
To: pgadmin-hackers
Hi Hackers,
Please review the attached patch.
--
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | *edbpostgres.com*
<http://edbpostgres.com;
"Don't Complain about Heat, Plant a TREE"
Attachments:
[application/octet-stream] RM7168.patch (927B, 3-RM7168.patch)
download | inline diff:
diff --git a/web/pgadmin/tools/sqleditor/static/js/components/sections/GeometryViewer.jsx b/web/pgadmin/tools/sqleditor/static/js/components/sections/GeometryViewer.jsx
index 845148d6a..755ba4662 100644
--- a/web/pgadmin/tools/sqleditor/static/js/components/sections/GeometryViewer.jsx
+++ b/web/pgadmin/tools/sqleditor/static/js/components/sections/GeometryViewer.jsx
@@ -24,7 +24,11 @@ const useStyles = makeStyles((theme)=>({
mapContainer: {
backgroundColor: theme.palette.background.default,
height: '100%',
- width: '100%'
+ width: '100%',
+ '& .leaflet-popup-content': {
+ overflow: 'auto',
+ margin: '8px',
+ }
},
table: {
borderSpacing: 0,
@@ -38,7 +42,6 @@ const useStyles = makeStyles((theme)=>({
...theme.mixins.panelBorder.right,
overflow: 'hidden',
textOverflow: 'ellipsis',
- whiteSpace: 'nowrap',
},
tableCellHead: {
fontWeight: 'bold',
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: [pgAdmin][RM7168] Geometry Viewer popup UI improvement
@ 2022-04-09 06:36 Akshay Joshi <[email protected]>
parent: Aditya Toshniwal <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Akshay Joshi @ 2022-04-09 06:36 UTC (permalink / raw)
To: Aditya Toshniwal <[email protected]>; +Cc: pgadmin-hackers
Thanks, the patch applied.
On Fri, Apr 8, 2022 at 3:21 PM Aditya Toshniwal <
[email protected]> wrote:
> Hi Hackers,
>
> Please review the attached patch.
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin Hacker | Software Architect | *edbpostgres.com*
> <http://edbpostgres.com;
> "Don't Complain about Heat, Plant a TREE"
>
--
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres <http://edbpostgres.com>*
*Mobile: +91 976-788-8246*
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2022-04-09 06:36 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2022-04-08 09:50 [pgAdmin][RM7168] Geometry Viewer popup UI improvement Aditya Toshniwal <[email protected]>
2022-04-09 06:36 ` Akshay Joshi <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox