From f2ac389146e722fad6a4c0fdf1c189c938e4e901 Mon Sep 17 00:00:00 2001 From: Pavel Date: Thu, 2 Apr 2020 19:22:28 +0300 Subject: [PATCH] Added min-heght to paragraphs, so empty paragraphs will still appear in rendered posts --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index 6b8a962..b025881 100644 --- a/src/App.vue +++ b/src/App.vue @@ -258,6 +258,7 @@ pre { p { margin: 0 0 $line-height / 5; + min-height: 1rem; } a:focus,