From 5cee7e7d7f450f5b8b4e73c097425f812b0038f5 Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Tue, 27 Jun 2023 13:56:59 +0300 Subject: [PATCH] UI: Fixed width clear alarm rule section --- .../components/profile/alarm/device-profile-alarm.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui-ngx/src/app/modules/home/components/profile/alarm/device-profile-alarm.component.scss b/ui-ngx/src/app/modules/home/components/profile/alarm/device-profile-alarm.component.scss index 23917793d2..ad664e3156 100644 --- a/ui-ngx/src/app/modules/home/components/profile/alarm/device-profile-alarm.component.scss +++ b/ui-ngx/src/app/modules/home/components/profile/alarm/device-profile-alarm.component.scss @@ -16,6 +16,7 @@ :host { display: block; .clear-alarm-rule { + max-width: 100%; border: 2px groove rgba(0, 0, 0, .45); border-radius: 4px; padding: 8px;