]> git.openstreetmap.org Git - rails.git/commitdiff
Fix wrapping in richtext help
authorTom Hughes <tom@compton.nu>
Fri, 14 Jun 2013 23:30:47 +0000 (00:30 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 8 Jul 2013 08:03:17 +0000 (09:03 +0100)
app/assets/stylesheets/common.css.scss

index 869b2855286125963b18acf6a06116d71fe623a6..5876c5db7f8727517d1df4d90bce70fab2fc010a 100644 (file)
@@ -1837,12 +1837,12 @@ a.button {
     }
 
     li h4 {
     }
 
     li h4 {
-      width: 35%;
+      width: 40%;
       margin: 0;
     }
 
     li span, li p {
       margin: 0;
     }
 
     li span, li p {
-      width: 60%;
+      width: 50%;
       margin-left: $lineheight/2;
       margin-bottom: $lineheight/4;
       white-space: nowrap;
       margin-left: $lineheight/2;
       margin-bottom: $lineheight/4;
       white-space: nowrap;