Only wrap code in comments

This commit is contained in:
2025-12-03 04:18:36 +00:00
parent 92e70229fe
commit 7c600dcfba

View File

@@ -48,9 +48,12 @@ input {
padding: 0.25rem;
}
pre {
overflow: auto;
}
.comments pre {
overflow: auto;
white-space: pre-wrap;
overflow-wrap: break-word;
}