compat(layout): fix insane block display for tables, closes #3351 (#3358)

This commit is contained in:
Huang Xin
2026-02-24 14:26:03 +08:00
committed by GitHub
parent 40f3268ef3
commit 99b2a34bd2
+1
View File
@@ -185,6 +185,7 @@ const getColorStyles = (
table {
overflow: auto;
table-layout: fixed;
display: table !important;
}
/* code */
body.theme-dark code {