Skip to content

Commit

Permalink
fix reason word break causing paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
felquis committed Oct 11, 2024
1 parent 432ba3f commit 726fa3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ ul.footer-list select {

.reason {
white-space: pre-line;
text-wrap: balance;
word-break: break-word;
padding: 0 6rem;
}

Expand Down

0 comments on commit 726fa3e

Please sign in to comment.