style(md-content): adjust table padding and border for improved layout

This commit is contained in:
Aditya Telange
2026-04-26 16:56:15 +05:30
parent 4a3e050bc3
commit 5c076622e2
+2 -2
View File
@@ -90,9 +90,9 @@
.md-content table th,
.md-content table:not(.highlighttable, .highlight table, .gist .highlight) td {
min-width: 80px;
padding: 8px 5px;
padding: 6px 13px;
line-height: 1.5;
border-bottom: 1px solid var(--border);
border: 1px solid var(--border);
}
.md-content table th {