Files
HowBadIsMyBatch/docs/batchCodeTable.css
2023-04-13 10:25:16 +02:00

13 lines
193 B
CSS

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