From 19217fd1e0dea0142aecca677d70b8141141b315 Mon Sep 17 00:00:00 2001 From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Mon, 5 Sep 2022 08:02:36 +0530 Subject: [PATCH] Fix styles --- src/app/molecules/global-notification/IgnoreUserList.scss | 1 + src/app/molecules/global-notification/KeywordNotification.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/src/app/molecules/global-notification/IgnoreUserList.scss b/src/app/molecules/global-notification/IgnoreUserList.scss index de4855e5..92831558 100644 --- a/src/app/molecules/global-notification/IgnoreUserList.scss +++ b/src/app/molecules/global-notification/IgnoreUserList.scss @@ -3,6 +3,7 @@ & form, & > div:last-child { display: flex; + flex-wrap: wrap; gap: var(--sp-tight); } diff --git a/src/app/molecules/global-notification/KeywordNotification.scss b/src/app/molecules/global-notification/KeywordNotification.scss index 7f0d7bda..4d1bfd48 100644 --- a/src/app/molecules/global-notification/KeywordNotification.scss +++ b/src/app/molecules/global-notification/KeywordNotification.scss @@ -3,6 +3,7 @@ & form, & > div:last-child { display: flex; + flex-wrap: wrap; gap: var(--sp-tight); }