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

pull/1/head
ansuz 5 years ago
parent 89759fd17d
commit 0f2f6c1a19

@ -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 {

Loading…
Cancel
Save