From 9299c17b423e4b27e7b6b47148e6e8826aa7255f Mon Sep 17 00:00:00 2001 From: lmg-anon <139719567+lmg-anon@users.noreply.github.com> Date: Sat, 13 Jan 2024 20:45:58 -0300 Subject: [PATCH] Undo some word-wrap changes The word-wrap behaves differently in divs... for fucks sake... Related: #12 --- mikupad.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mikupad.html b/mikupad.html index d16b40f..31e2039 100644 --- a/mikupad.html +++ b/mikupad.html @@ -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, @@ -249,7 +250,7 @@ } #prompt-overlay { - word-wrap: break-word; + white-space: pre-wrap; position: absolute; left: 0; top: 0;