From 4e7385388103698a47b0efc45581074dde26aa7f Mon Sep 17 00:00:00 2001 From: rusikv Date: Tue, 19 Sep 2023 13:38:14 +0300 Subject: [PATCH] UI: Added missing style for delete timeseries panel --- .../components/attribute/delete-timeseries-panel.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui-ngx/src/app/modules/home/components/attribute/delete-timeseries-panel.component.scss b/ui-ngx/src/app/modules/home/components/attribute/delete-timeseries-panel.component.scss index c9a0e527f7..b0c0ec0621 100644 --- a/ui-ngx/src/app/modules/home/components/attribute/delete-timeseries-panel.component.scss +++ b/ui-ngx/src/app/modules/home/components/attribute/delete-timeseries-panel.component.scss @@ -23,6 +23,7 @@ } .tb-form-settings { + display: flex; flex-direction: column; gap: 16px; padding-top: 0;