We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e1c4f commit d9bddacCopy full SHA for d9bddac
1 file changed
packages/docusaurus-theme/css/legacy.css
@@ -1974,11 +1974,6 @@ code {
1974
background: var(--ziti-code-block-background-color);
1975
color: var(--ziti-code-block-font-color);
1976
border-color: var(--ziti-code-block-border-color);
1977
- white-space: nowrap;
1978
-}
1979
-
1980
-pre code {
1981
- /* Fenced code blocks must preserve indentation — override the nowrap above. */
1982
white-space: pre;
1983
}
1984
@@ -2317,3 +2312,4 @@ aside nav {
2317
2312
margin-top: 0 !important;
2318
2313
2319
2314
2315
+
0 commit comments