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 5e0c68c commit 6be98e0Copy full SHA for 6be98e0
src/theme/css/general.css
@@ -25,6 +25,7 @@ body {
25
code {
26
font-family: var(--mono-font) !important;
27
font-size: var(--code-font-size);
28
+ direction: ltr !important;
29
}
30
31
/* make long words/inline code not x overflow */
src/theme/css/print.css
@@ -22,6 +22,10 @@
22
overflow-y: initial;
23
24
+code {
+}
+
pre > .buttons {
z-index: 2;
0 commit comments