From 0f2f6c1a19504d85d01336370443d4b0b0925c90 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 6 Jul 2020 11:48:32 -0400 Subject: [PATCH] give tables the same margin-bottom as paragraphs in the code preview pane --- www/code/app-code.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/code/app-code.less b/www/code/app-code.less index aa2191be0..ebf2958b7 100644 --- a/www/code/app-code.less +++ b/www/code/app-code.less @@ -105,6 +105,9 @@ .markdown_preformatted-code; .markdown_gfm-table(black); + table { + margin-bottom: 1rem; + } } .cp-splitter {