commit 1cd4d84b713fff42f40702e79cf552e5fdf85332 parent 5a93799ae30a87800bc542946959a571ad4ff38b Author: Hunter Date: Mon, 7 Jul 2025 17:15:36 -0400 allow horizontal overflow Diffstat:
| M | index.html | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/index.html b/index.html @@ -56,6 +56,8 @@ color: var(--text-color); spellcheck: false; tab-size: 4; + white-space: nowrap; + overflow-x: auto; } #preview {