Skip to content

Commit 2a0252a

Browse files
authored
fix: table font size (#9333)
* fix: table overflow * fix: use em not rem
1 parent 2772af7 commit 2a0252a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,5 +201,5 @@ a > code:before {
201201

202202
.prose-xl
203203
:where(table):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
204-
font-size: 0.875rem !important;
204+
font-size: 0.875em !important;
205205
}

0 commit comments

Comments
 (0)