💄 🐛 Try to fixed the highlight code block over layout issue.

This commit is contained in:
凡梦星尘 2022-08-08 12:56:01 +08:00
parent aa8a60d852
commit 678b92c0a7

View File

@ -11,6 +11,10 @@
.table-container table tbody tr { .table-container table tbody tr {
background: none; background: none;
} }
pre > code span {
white-space: break-spaces;
}
} }
@if $codeblock_copy_btn_enable { @if $codeblock_copy_btn_enable {