Allow overflow

This commit is contained in:
Jason Zimdars
2025-02-13 11:04:07 -06:00
parent 34d84536fd
commit 896ce8fd5b
+1 -1
View File
@@ -43,7 +43,7 @@
font-size: 0.85em;
}
:where(pre) {
:is(pre) {
overflow-x: auto;
text-wrap: nowrap;
}