mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
webui: Modified styles.css to make the device group menu a bit larger (#8200)
* modified styles.css to make the device group menu a bit larger. Was 200px, set to 800px. Makes a huge difference in reaability. * Changed .scrollable-menu to have a max-height of 600px Changed .scrollable-menu to have a max-height of 600px after discussion, 600 seems a good compromise for size until something better can be found. * force css update
This commit is contained in:
@@ -1559,7 +1559,7 @@ tr.search:nth-child(odd) {
|
||||
|
||||
.scrollable-menu {
|
||||
height: auto;
|
||||
max-height: 200px;
|
||||
max-height: 600px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user