From: Tom Hughes Date: Wed, 16 Jan 2019 10:09:47 +0000 (+0000) Subject: Fix styling of nested lists in rich text X-Git-Tag: live~2697^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/81b37f9263ec0d76b60b3273e5f9d9a4345bfbfe Fix styling of nested lists in rich text --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index d36e77285..d725cc287 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -2342,11 +2342,11 @@ a.button { margin-left: $lineheight; } - ul li { + ul > li { list-style: disc; } - ol li { + ol > li { list-style: decimal; } }