This is causing layout issues with code blocks

Ideally they would scroll and keep the original line breaks but the layout needs proper constraints for that to happen
This commit is contained in:
Jason Zimdars
2025-03-19 16:34:33 -05:00
parent 572428bfbc
commit eabb5a14c8
+1 -1
View File
@@ -45,7 +45,7 @@
:is(pre) {
overflow-x: auto;
text-wrap: nowrap;
/* text-wrap: nowrap; */
}
:where(code) {