Skip to content

Commit

Permalink
va-modal: set box-sizing to border-box to prevent text overflow (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
powellkerry authored Oct 8, 2024
1 parent 96c14c1 commit a423ac7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
:host .usa-modal__main {
position: relative;
margin: 0px auto;
box-sizing: border-box;
}

.va-modal-alert__icon {
Expand Down

0 comments on commit a423ac7

Please sign in to comment.