]> git.openstreetmap.org Git - rails.git/commitdiff
Fix styling of nested lists in rich text
authorTom Hughes <tom@compton.nu>
Wed, 16 Jan 2019 10:09:47 +0000 (10:09 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 16 Jan 2019 10:10:51 +0000 (10:10 +0000)
app/assets/stylesheets/common.scss

index d36e77285252cdcf77e05ffc6c7ada777d244786..d725cc287557d365dd06ce09c39a369871e74a0f 100644 (file)
@@ -2342,11 +2342,11 @@ a.button {
     margin-left: $lineheight;
   }
 
-  ul li {
+  ul li {
     list-style: disc;
   }
 
-  ol li {
+  ol li {
     list-style: decimal;
   }
 }