From e87cfff7fd1a68d85f2ce9a520c6cf0f237cc92f Mon Sep 17 00:00:00 2001 From: Ekaterina Chantsova Date: Mon, 2 Dec 2024 15:20:51 +0200 Subject: [PATCH] Timewindow: update styles for interval options configuration on mobile --- .../time/interval-options-config-panel.component.html | 2 +- .../time/interval-options-config-panel.component.scss | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ui-ngx/src/app/shared/components/time/interval-options-config-panel.component.html b/ui-ngx/src/app/shared/components/time/interval-options-config-panel.component.html index db3e67653c..c32afb983a 100644 --- a/ui-ngx/src/app/shared/components/time/interval-options-config-panel.component.html +++ b/ui-ngx/src/app/shared/components/time/interval-options-config-panel.component.html @@ -42,7 +42,7 @@
- {{ interval.get('name').value }} + {{ interval.get('name').value }}
diff --git a/ui-ngx/src/app/shared/components/time/interval-options-config-panel.component.scss b/ui-ngx/src/app/shared/components/time/interval-options-config-panel.component.scss index f5eb1db5f4..26747f9006 100644 --- a/ui-ngx/src/app/shared/components/time/interval-options-config-panel.component.scss +++ b/ui-ngx/src/app/shared/components/time/interval-options-config-panel.component.scss @@ -59,9 +59,10 @@ } .mdc-label { - white-space: nowrap; overflow: hidden; - text-overflow: ellipsis; + mat-label { + display: block; + } } } }