Skip to content

Commit

Permalink
fix reason word break causing paddings (#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
felquis authored Oct 14, 2024
1 parent 432ba3f commit dba8fd6
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

1 comment on commit dba8fd6

@baires
Copy link
Owner

@baires baires commented on dba8fd6 Oct 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 61/61
🟢 Branches 93.75% 30/32
🟢 Functions 100% 20/20
🟢 Lines 100% 60/60

Test suite run success

37 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from dba8fd6

Please sign in to comment.