mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-10 15:36:06 -06:00
Prevent treeview items from wrapping.
This commit is contained in:
parent
e451ad5ddc
commit
af7dcd49b4
@ -63,3 +63,8 @@ iframe {
|
||||
height: 8em;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
/* Prevent tree items wrapping */
|
||||
.aciTree .aciTreeItem {
|
||||
white-space: nowrap !important;
|
||||
}
|
Loading…
Reference in New Issue
Block a user