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