Skip to content

Commit

Permalink
Replaced not fully supported text-wrap by white-space: pre-wrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrzna committed Aug 22, 2023
1 parent ecde9d2 commit ad9a736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/static/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@ body {
margin: 0;
overflow: auto;
padding: 0.25rem;
text-wrap: balance;
transition: height 0.125s linear;
white-space: pre-wrap;
word-wrap: break-word;
}

Expand Down

0 comments on commit ad9a736

Please sign in to comment.