fix: table overflow (#9332)

This commit is contained in:
Arik Chakma
2025-11-05 08:52:14 +06:00
committed by GitHub
parent c6dc08fce2
commit 2772af70b6

View File

@@ -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;
}