Skip to content

Commit

Permalink
wrap error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGoodall committed Dec 1, 2023
1 parent 6579258 commit 9253e18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/assets/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $govuk-global-styles: true;
border-left: 5px solid govuk-colour('red');
padding: govuk-spacing(1) govuk-spacing(2);
margin: 0;
width: 500px;

.app-inset-text__value {
margin-bottom: govuk-spacing(1);
Expand All @@ -16,6 +17,8 @@ $govuk-global-styles: true;
.app-inset-text__error {
color: govuk-colour('red');
font-weight: bold;
white-space: normal;
min-width: fit-content;
}


Expand Down

0 comments on commit 9253e18

Please sign in to comment.