diff --git a/app/assets/stylesheets/shared/notifier.scss b/app/assets/stylesheets/shared/notifier.scss index a4d8141ac9..a48a00f9ce 100644 --- a/app/assets/stylesheets/shared/notifier.scss +++ b/app/assets/stylesheets/shared/notifier.scss @@ -38,9 +38,11 @@ .messages { margin-bottom: 0; + max-width: 40%; padding: 0; div { + display: flex; width: fit-content; } }