fix: avoid floating content when render table markdown (#5148)

This commit is contained in:
Faisal Amir 2025-05-30 17:33:38 +07:00 committed by GitHub
parent 81a7248a93
commit 120de819e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,7 +129,6 @@
/* Tables */ /* Tables */
table { table {
width: max-content;
border-collapse: collapse; border-collapse: collapse;
margin-bottom: 1em; margin-bottom: 1em;
border-spacing: 0; border-spacing: 0;