fix: table font size (#9333)

* fix: table overflow

* fix: use em not rem
This commit is contained in:
Arik Chakma
2025-11-05 08:58:13 +06:00
committed by GitHub
parent 2772af70b6
commit 2a0252a189

View File

@@ -201,5 +201,5 @@ a > code:before {
.prose-xl
:where(table):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
font-size: 0.875rem !important;
font-size: 0.875em !important;
}