Skip to content

Commit c1302a5

Browse files
authored
fix codeblocks (#37)
* fix codeblocks * fixes * Update print statement from 'Hello' to 'Goodbye' * fixes
1 parent dcb99bb commit c1302a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/docusaurus-theme/css/legacy.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1974,7 +1974,7 @@ code {
19741974
background: var(--ziti-code-block-background-color);
19751975
color: var(--ziti-code-block-font-color);
19761976
border-color: var(--ziti-code-block-border-color);
1977-
white-space: nowrap;
1977+
white-space: pre;
19781978
}
19791979

19801980
code p {
@@ -2312,3 +2312,4 @@ aside nav {
23122312
margin-top: 0 !important;
23132313
}
23142314
}
2315+

0 commit comments

Comments
 (0)