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); }