mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-03-12 17:51:53 +08:00
fix: table font size (#9333)
* fix: table overflow * fix: use em not rem
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user