From 738bc8aab8aee3e0fb3cf9e9e101e150e1c3f1ab Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 15 Jun 2013 00:30:47 +0100 Subject: [PATCH] Fix wrapping in richtext help --- app/assets/stylesheets/common.css.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.43.2