Skip to content

Commit

Permalink
fix(blocks): code block references are not displayed properly
Browse files Browse the repository at this point in the history
Signed-off-by: zhicheng <hi@unickcheng.cc>
  • Loading branch information
UNICKCHENG committed Dec 14, 2022
1 parent 22ac161 commit 4c62445
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
display: inline;
}

.block-ref .block-body > .cp__fenced-code-block div {
display: block !important;
}

.block-ref .flex.flex-row.justify-between {
display: inline;
}
Expand Down

0 comments on commit 4c62445

Please sign in to comment.