1
0
mirror of synced 2025-11-06 04:21:11 +08:00

fix: quirks mode table rendering

This commit is contained in:
redhoodsu
2024-09-20 18:52:09 +08:00
parent 27b85b4834
commit 600ea6213a

View File

@@ -116,5 +116,13 @@
table {
border-collapse: collapse;
border-spacing: 0;
color: inherit;
font-size: 1em;
font-style: inherit;
font-variant: inherit;
font-weight: inherit;
line-height: inherit;
text-decoration: inherit;
white-space: inherit;
}
}