Browse Source

Change max width for notification banner

pull/2664/head
Kat 2 years ago
parent
commit
9d693a2190
  1. 4
      app/frontend/styles/application.scss

4
app/frontend/styles/application.scss

@ -95,3 +95,7 @@ $govuk-breakpoints: (
.grouped-rows .grouped-multirow-cell { .grouped-rows .grouped-multirow-cell {
border-bottom: 1px solid #b1b4b6; border-bottom: 1px solid #b1b4b6;
} }
.govuk-notification-banner__content > * {
max-width: fit-content;
}

Loading…
Cancel
Save