Theme: Add margin-bottom to .markdown-html tables (#36415)

This commit is contained in:
Armand Grillet
2021-07-05 08:40:56 +02:00
committed by GitHub
parent 7fd2ddfdb4
commit 7fb233cfb1
+4
View File
@@ -213,6 +213,10 @@ a.external-link {
margin-bottom: $spacer;
}
table {
margin-bottom: $line-height-base;
}
table {
td,
th {