From 8e929fa58aab4ad5a75c40981954be9456843b42 Mon Sep 17 00:00:00 2001 From: Bas Brands Date: Wed, 25 Mar 2020 16:58:09 +0100 Subject: [PATCH] MDL-66670 theme_boost: list bullet styling Ensure lists with bullets are not cut off --- theme/boost/scss/moodle/core.scss | 1 + theme/boost/style/moodle.css | 4 +++- theme/classic/style/moodle.css | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/theme/boost/scss/moodle/core.scss b/theme/boost/scss/moodle/core.scss index 4f10a3795d4b8..00b15834538b5 100644 --- a/theme/boost/scss/moodle/core.scss +++ b/theme/boost/scss/moodle/core.scss @@ -2201,6 +2201,7 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions { // Reset for ul. ul { padding-left: 1rem; + -webkit-margin-start: 0.2rem; /* stylelint-disable-line */ } /* YUI 2 Tree View */ diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index 93f02cb4b8185..74330ac8ab79f 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -11415,7 +11415,9 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions { display: block; } ul { - padding-left: 1rem; } + padding-left: 1rem; + -webkit-margin-start: 0.2rem; + /* stylelint-disable-line */ } /* YUI 2 Tree View */ /*rtl:raw: diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 02d840a419afa..f44a8d44b81bd 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -11626,7 +11626,9 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions { display: block; } ul { - padding-left: 1rem; } + padding-left: 1rem; + -webkit-margin-start: 0.2rem; + /* stylelint-disable-line */ } /* YUI 2 Tree View */ /*rtl:raw: