We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94ff7e commit 83afd09Copy full SHA for 83afd09
src/css/custom.css
@@ -89,3 +89,10 @@
89
vertical-align: middle;
90
line-height: 1;
91
}
92
+
93
+/* Ensure code blocks wrap instead of scrolling */
94
+pre {
95
+ white-space: pre-wrap !important; /* Allows wrapping */
96
+ word-wrap: break-word !important; /* Breaks long words */
97
+ overflow-x: auto; /* Enables horizontal scrolling if necessary */
98
+}
0 commit comments