Files
HowBadIsMyBatch/docs/batchCodeTable.css
2023-01-30 11:31:09 +01:00

21 lines
298 B
CSS

.dataTables_filter {
float: left !important;
}
.dataTables_length {
float: right !important;
}
.chartWithSlider {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
}
.chartWithSlider .chartContainer {
flex: 95%;
}
.chartWithSlider .sliderContainer {
flex: 5%;
}