diff --git a/app/frontend/styles/application.scss b/app/frontend/styles/application.scss index 83deeb9ba..f37d9eb05 100644 --- a/app/frontend/styles/application.scss +++ b/app/frontend/styles/application.scss @@ -95,3 +95,7 @@ $govuk-breakpoints: ( .grouped-rows .grouped-multirow-cell { border-bottom: 1px solid #b1b4b6; } + +.govuk-notification-banner__content > * { + max-width: fit-content; +}