From 4b4dc699e4f7712f31d06d9da47b5ba1edb9b218 Mon Sep 17 00:00:00 2001 From: Honzie Date: Wed, 22 Aug 2018 02:31:37 -0700 Subject: [PATCH] fix: removing margins from nested ul/ol, top avoid ackward spacing. --- themes/vue/source/css/page.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/vue/source/css/page.styl b/themes/vue/source/css/page.styl index 5e9ca12b45..7067cf6a01 100644 --- a/themes/vue/source/css/page.styl +++ b/themes/vue/source/css/page.styl @@ -99,6 +99,10 @@ padding-left: 1.5em // FIX: Some link click targets are covered without this position: inherit + // FIX: For nested lists, the top margins on ul/ol + // creates extra space at the top. (Issue: 1308) + ul, ol + margin: 0; a color: $green font-weight: 600