Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wxiaoguang committed Mar 3, 2023
1 parent 2f49b55 commit 15ee243
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions web_src/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -2121,8 +2121,9 @@ a.ui.label:hover {
font: 12px var(--fonts-monospace);
white-space: pre-wrap;
word-break: break-all;
overflow-wrap: break-word;
word-wrap: break-word;
overflow-wrap: anywhere;
/* stylelint-disable-next-line declaration-property-value-no-unknown */
word-wrap: anywhere; // Firefox respects word-wrap more than overflow-wrap
}

.blame .code-inner {
Expand Down

0 comments on commit 15ee243

Please sign in to comment.