give tables the same margin-bottom as paragraphs in the code preview pane

This commit is contained in:
ansuz 2020-07-06 11:48:32 -04:00
parent 89759fd17d
commit 0f2f6c1a19

View file

@ -105,6 +105,9 @@
.markdown_preformatted-code; .markdown_preformatted-code;
.markdown_gfm-table(black); .markdown_gfm-table(black);
table {
margin-bottom: 1rem;
}
} }
.cp-splitter { .cp-splitter {