Files
librenms-librenms/lib/shared/bootstrap.css
T

7 lines
125 B
CSS
Raw Normal View History

/* override some bootstrap styles screwing up the timelines css */
.vis [class*="span"] {
min-height: 0;
width: auto;
}