From 2baf5c81e5c802548f10fdfcac1155cb1de39d24 Mon Sep 17 00:00:00 2001 From: Vladyslav_Prykhodko Date: Wed, 5 Apr 2023 15:47:55 +0300 Subject: [PATCH] UI: Fixed minor style in notification --- .../notification/sent/sent-notification-dialog.component.scss | 1 + .../template/template-notification-dialog.component.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/ui-ngx/src/app/modules/home/pages/notification/sent/sent-notification-dialog.component.scss b/ui-ngx/src/app/modules/home/pages/notification/sent/sent-notification-dialog.component.scss index f4de52a0cc..7e309fcedf 100644 --- a/ui-ngx/src/app/modules/home/pages/notification/sent/sent-notification-dialog.component.scss +++ b/ui-ngx/src/app/modules/home/pages/notification/sent/sent-notification-dialog.component.scss @@ -40,6 +40,7 @@ padding: 8px 16px; display: flex; align-items: center; + flex-wrap: wrap; } .delivery-method-container { diff --git a/ui-ngx/src/app/modules/home/pages/notification/template/template-notification-dialog.component.scss b/ui-ngx/src/app/modules/home/pages/notification/template/template-notification-dialog.component.scss index 884804c5ab..6d33260c16 100644 --- a/ui-ngx/src/app/modules/home/pages/notification/template/template-notification-dialog.component.scss +++ b/ui-ngx/src/app/modules/home/pages/notification/template/template-notification-dialog.component.scss @@ -40,6 +40,7 @@ padding: 8px 16px; display: flex; align-items: center; + flex-wrap: wrap; } .delivery-method-container {