Skip to content

Commit 6707481

Browse files
committed
Fix word breaks in Chrome
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
1 parent b538359 commit 6707481

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_src/less/helpers.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
.word-break {
2929
word-wrap: break-word !important;
30+
word-break: break-word;
3031
}
3132

3233
.ellipsis {

0 commit comments

Comments
 (0)