From f6f5bef83e0cfc84356ecfde9e39c0ee51544a44 Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 6 Jul 2020 15:27:14 -0400 Subject: [PATCH] add a margin below rendered media-tags to match that of paragraphs --- 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 ebf2958b7..0ca86fd8b 100644 --- a/www/code/app-code.less +++ b/www/code/app-code.less @@ -108,6 +108,9 @@ table { margin-bottom: 1rem; } + media-tag > * { + margin-bottom: 1rem; + } } .cp-splitter {