Files
JiboSDK/node_modules/vis/lib/shared/bootstrap.css

7 lines
131 B
CSS
Raw Normal View History

2026-03-22 03:21:45 +02:00
/* override some bootstrap styles screwing up the timelines css */
.vis [class*="span"] {
min-height: 0;
width: auto;
}