Skip to content

Commit

Permalink
va-modal: set overflow-wrap:anywhere on modal content (#1372)
Browse files Browse the repository at this point in the history
* va-modal: set overflow-wrap:anywhere on modal content

* Fix issue with overflow being applied to buttons
  • Loading branch information
powellkerry authored Oct 25, 2024
1 parent 71dd9be commit e0923ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/web-components/src/components/va-modal/va-modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
width: 100%;
}
}
.usa-modal__main div[role=document] {
overflow-wrap: anywhere; // Prevent text overflowing the modal when words are longer than the modal width
}

@media screen and (max-width: 481px) {
.usa-modal__content {
Expand Down

0 comments on commit e0923ba

Please sign in to comment.