Skip to content

Commit

Permalink
Set word break on cookies form (#3949)
Browse files Browse the repository at this point in the history
* set word break on cookies form

* Update forms.scss
  • Loading branch information
martyn-w authored Apr 16, 2024
1 parent 0481cc9 commit 7c945fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/webpacker/styles/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,7 @@ form {
border-color: $red;
}
}

#cookie-preferences-form {
word-break: normal;
}

0 comments on commit 7c945fe

Please sign in to comment.