Skip to content

Commit 15ee243

Browse files
committed
fix
1 parent 2f49b55 commit 15ee243

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: web_src/less/_base.less

+3-2
Original file line numberDiff line numberDiff line change
@@ -2121,8 +2121,9 @@ a.ui.label:hover {
21212121
font: 12px var(--fonts-monospace);
21222122
white-space: pre-wrap;
21232123
word-break: break-all;
2124-
overflow-wrap: break-word;
2125-
word-wrap: break-word;
2124+
overflow-wrap: anywhere;
2125+
/* stylelint-disable-next-line declaration-property-value-no-unknown */
2126+
word-wrap: anywhere; // Firefox respects word-wrap more than overflow-wrap
21262127
}
21272128

21282129
.blame .code-inner {

0 commit comments

Comments
 (0)