Skip to content

Commit 41d9c8c

Browse files
committed
fix: remove extra blank lines in codeblock
1 parent 0c4f784 commit 41d9c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/custom.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
--ifm-color-purple-900: theme(colors.purple.900);
118118
--ifm-color-purple-1000: theme(colors.purple.1000);
119119

120-
121120
--ifm-font-family-base: ui-sans-serif, system-ui, -apple-system, Segoe UI,
122121
Roboto, Helvetica Neue, Arial;
123122
--ifm-heading-font-family: Poppins;
@@ -427,6 +426,7 @@ div[class^='codeBlockTitle'] {
427426

428427
[class^='docItemContainer'] [class^='codeBlockLines'] {
429428
max-width: 0;
429+
word-spacing: 0;
430430
}
431431

432432
/* hides the osano widget */

0 commit comments

Comments
 (0)