mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Get rid of ugly status box overlap
Ideally it'd fully be displayed, but that would require a size change or alt-text. Hiding overflow is good enough
This commit is contained in:
@ -488,6 +488,7 @@ a.list-device-disabled, a.list-device-disabled:visited {
|
||||
padding: 3px;
|
||||
width: 117px;
|
||||
height: 85px;
|
||||
overflow: hidden;
|
||||
|
||||
/* Rounded corners */
|
||||
-moz-border-radius: 2pt 2pt 2pt 2pt;
|
||||
|
Reference in New Issue
Block a user