styling chart with slider

This commit is contained in:
frankknoll
2022-03-31 15:54:05 +02:00
parent cba3525a86
commit 9af7964f8b
3 changed files with 19 additions and 8 deletions

View File

@@ -4905,6 +4905,16 @@ table thead .checkbox.radio { margin-top:-7px;margin-top:-21px; }
/*prevent datatables overflowing its container*/
}
.noUi-target {
height: 300px;
}
.chartWithSlider {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
}
.chartWithSlider .chart {
flex: 95%;
}
.chartWithSlider .slider {
flex: 5%;
}