From db24182cb7e8e6ceaac9ee8416b1b1c3c9b46211 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 15 Nov 2018 15:32:03 +0100 Subject: [PATCH] another nested lists fix * ref #21 --- src/styles/global.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/global.scss b/src/styles/global.scss index 1090daa6..51766ade 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -103,6 +103,8 @@ ol { user-select: none; } + ul, + ol, p { margin-bottom: 0; }