From: Tom Hughes Date: Fri, 14 Jun 2013 23:30:47 +0000 (+0100) Subject: Fix wrapping in richtext help X-Git-Tag: live~4872 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/738bc8aab8aee3e0fb3cf9e9e101e150e1c3f1ab Fix wrapping in richtext help --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 869b28552..5876c5db7 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1837,12 +1837,12 @@ a.button { } li h4 { - width: 35%; + width: 40%; margin: 0; } li span, li p { - width: 60%; + width: 50%; margin-left: $lineheight/2; margin-bottom: $lineheight/4; white-space: nowrap;