Skip to content

Commit

Permalink
Replace text-wrap with white-space
Browse files Browse the repository at this point in the history
  • Loading branch information
nuckle committed Aug 23, 2024
1 parent 4c372bf commit b3a7c97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ body {
overflow-y: auto;
min-height: 75px;
font-family: minecraft-font, -apple-system, blinkmacsystemfont, arial, sans-serif;
text-wrap: wrap;
white-space: pre-wrap;
overflow-wrap: break-word;
box-sizing: border-box;
content-visibility: auto;
Expand Down
2 changes: 1 addition & 1 deletion src/sass/blocks/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
overflow-y: auto;
min-height: 75px;
font-family: config.$userfont;
text-wrap: wrap;
white-space: pre-wrap;
overflow-wrap: break-word;
box-sizing: border-box;
content-visibility: auto;
Expand Down

0 comments on commit b3a7c97

Please sign in to comment.