Skip to content

Commit

Permalink
fix: remove extra word spacing in codeblock (#6039)
Browse files Browse the repository at this point in the history
  • Loading branch information
princeeze authored Dec 17, 2024
1 parent 77a8924 commit d0e4ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
--ifm-color-purple-900: theme(colors.purple.900);
--ifm-color-purple-1000: theme(colors.purple.1000);


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

[class^='docItemContainer'] [class^='codeBlockLines'] {
max-width: 0;
word-spacing: 0;
}

/* hides the osano widget */
Expand Down

0 comments on commit d0e4ffb

Please sign in to comment.