Files
JiboSDK/node_modules/vis/lib/shared/bootstrap.css
2026-03-22 03:21:45 +02:00

7 lines
131 B
CSS

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