mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure the treeview can be scrolled horizontally. Fixes #2339
This commit is contained in:
parent
a3007b7335
commit
78c25cef21
@ -45,3 +45,7 @@
|
||||
.pgadmin-node-select option {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.aciTree .aciTreeUl {
|
||||
display: table !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user