Skip to content

Commit c46742f

Browse files
authored
fix(rust): fix strange formatting of Cargo.toml in Rust index page (#12622)
1 parent 5fd237c commit c46742f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/codeBlock/code-blocks.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@
6868
svg {
6969
display: inline;
7070
}
71+
72+
> :global(.table) {
73+
display: inline;
74+
}
7175
}
7276

7377
:global(.highlight-line) {

0 commit comments

Comments
 (0)