diff --git a/docs/gentelella/build/css/custom.css b/docs/gentelella/build/css/custom.css index 7afdf20ebf8..4e182cccb90 100644 --- a/docs/gentelella/build/css/custom.css +++ b/docs/gentelella/build/css/custom.css @@ -4905,6 +4905,16 @@ table thead .checkbox.radio { margin-top:-7px;margin-top:-21px; } /*prevent datatables overflowing its container*/ } -.noUi-target { - height: 300px; - } \ No newline at end of file +.chartWithSlider { + display: flex; + flex-wrap: nowrap; + flex-direction: row; +} + +.chartWithSlider .chart { + flex: 95%; +} + +.chartWithSlider .slider { + flex: 5%; +} \ No newline at end of file diff --git a/docs/intensivstationen.html b/docs/intensivstationen.html index 7977479e832..45e9785283e 100644 --- a/docs/intensivstationen.html +++ b/docs/intensivstationen.html @@ -112,14 +112,13 @@