Files
HowBadIsMyBatch/docs/batchCodeTable.css
2023-04-24 09:02:04 +02:00

17 lines
236 B
CSS

.dataTables_filter {
display: none;
}
.chartWithSlider {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
}
.chartWithSlider .chartContainer {
flex: 95%;
}
.chartWithSlider .sliderContainer {
flex: 5%;
}