Skip to content

Commit

Permalink
Undo some word-wrap changes
Browse files Browse the repository at this point in the history
The word-wrap behaves differently in divs... for fucks sake...
Related: #12
  • Loading branch information
lmg-anon committed Jan 13, 2024
1 parent 0969d12 commit 9299c17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mikupad.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@
text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
white-space: break-spaces;
/*white-space: break-spaces;*/
word-wrap: break-word;
}
html.monospace-dark #prompt-area,
html.monospace-dark #memory-area,
Expand Down Expand Up @@ -249,7 +250,7 @@
}

#prompt-overlay {
word-wrap: break-word;
white-space: pre-wrap;
position: absolute;
left: 0;
top: 0;
Expand Down

0 comments on commit 9299c17

Please sign in to comment.