fix: Wrap text in <pre> blocks to prevent horizontal overflow

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
Tanner
2025-12-03 00:58:39 +00:00
parent dc3583daaa
commit 4b10320a03
+2
View File
@@ -51,6 +51,8 @@ input {
pre { pre {
overflow: auto; overflow: auto;
white-space: pre-wrap;
overflow-wrap: break-word;
} }
.container { .container {