From edd5f4963fe4bffc752a2cd245c673fbdccddc5f Mon Sep 17 00:00:00 2001 From: Uladzislau Lasitsa Date: Fri, 10 Sep 2021 19:02:55 +0300 Subject: [PATCH] remove unused styles --- .../public/application/components/_vis_with_splits.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/plugins/vis_type_timeseries/public/application/components/_vis_with_splits.scss b/src/plugins/vis_type_timeseries/public/application/components/_vis_with_splits.scss index 61c81382bb4ad..bc74aafdc46a2 100644 --- a/src/plugins/vis_type_timeseries/public/application/components/_vis_with_splits.scss +++ b/src/plugins/vis_type_timeseries/public/application/components/_vis_with_splits.scss @@ -24,10 +24,6 @@ } } -.tvbSplitVis__one { - flex: 1; -} - // When there is only one visualization, expand the full height and remove all minimum sizes .tvbSplitVis--one { flex: 1;