mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-21 16:12:14 +02:00
7 lines
125 B
CSS
7 lines
125 B
CSS
/* override some bootstrap styles screwing up the timelines css */
|
|
|
|
.vis [class*="span"] {
|
|
min-height: 0;
|
|
width: auto;
|
|
}
|