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:
@@ -45,7 +45,7 @@
|
||||
|
||||
:is(pre) {
|
||||
overflow-x: auto;
|
||||
text-wrap: nowrap;
|
||||
/* text-wrap: nowrap; */
|
||||
}
|
||||
|
||||
:where(code) {
|
||||
|
||||
Reference in New Issue
Block a user