Skip to content

Commit

Permalink
Fix word breaks in Chrome
Browse files Browse the repository at this point in the history
This fixes word wrapping on the filename for a comment on a PR. A previous commit fixed this problem in Firefox, but not Chrome.

Fixes go-gitea#16248
  • Loading branch information
parnic committed Apr 27, 2022
1 parent b538359 commit 6707481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web_src/less/helpers.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

.word-break {
word-wrap: break-word !important;
word-break: break-word;
}

.ellipsis {
Expand Down

0 comments on commit 6707481

Please sign in to comment.