mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-03-12 17:51:53 +08:00
fix: table overflow (#9332)
This commit is contained in:
@@ -198,3 +198,8 @@ a > code:before {
|
||||
.scrollbar-none::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.prose-xl
|
||||
:where(table):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
|
||||
font-size: 0.875rem !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user