diff --git a/ui-ngx/src/app/shared/components/time/timewindow-form.scss b/ui-ngx/src/app/shared/components/time/timewindow-form.scss index 4709bcce8b..19bd22da8f 100644 --- a/ui-ngx/src/app/shared/components/time/timewindow-form.scss +++ b/ui-ngx/src/app/shared/components/time/timewindow-form.scss @@ -20,10 +20,6 @@ .tb-timewindow-form { overflow: hidden; - .tb-flex { - gap: 16px; - } - &-content { overflow-y: auto; diff --git a/ui-ngx/src/app/shared/components/time/timewindow-panel.component.scss b/ui-ngx/src/app/shared/components/time/timewindow-panel.component.scss index dcf03ed094..f50b8c9938 100644 --- a/ui-ngx/src/app/shared/components/time/timewindow-panel.component.scss +++ b/ui-ngx/src/app/shared/components/time/timewindow-panel.component.scss @@ -27,6 +27,12 @@ align-items: center; } + &-content { + .tb-flex { + gap: 16px; + } + } + &-type-options { flex: 1; }