Skip to content

Commit

Permalink
Add word-break: break-word to revision diff table to make long links …
Browse files Browse the repository at this point in the history
…etc. fit on small screens (HyphaApp#3542)

Fixes HyphaApp#3497
  • Loading branch information
frjo authored Aug 28, 2023
1 parent 644ca5b commit 0fec94d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hypha/static_src/src/sass/apply/components/_revisions.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.revision-diff-table {
td {
vertical-align: top;
word-break: break-word;
}
}

Expand Down

0 comments on commit 0fec94d

Please sign in to comment.