give tables the same margin-bottom as paragraphs in the code preview pane
parent
89759fd17d
commit
0f2f6c1a19
|
@ -105,6 +105,9 @@
|
|||
|
||||
.markdown_preformatted-code;
|
||||
.markdown_gfm-table(black);
|
||||
table {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.cp-splitter {
|
||||
|
|
Loading…
Reference in New Issue