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

pull/35120/head
Armand Grillet 4 years ago committed by GitHub
parent 7fd2ddfdb4
commit 7fb233cfb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      public/sass/base/_type.scss

@ -213,6 +213,10 @@ a.external-link {
margin-bottom: $spacer;
}
table {
margin-bottom: $line-height-base;
}
table {
td,
th {

Loading…
Cancel
Save