From c43ac3c7212b3f64f8a23c0ec362d98a1f123679 Mon Sep 17 00:00:00 2001 From: Steven Verbeek Date: Sat, 17 Mar 2012 13:13:42 -0300 Subject: [PATCH] Small fix. --- app/assets/stylesheets/common.scss | 1 - app/views/issues/_form.html.haml | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index ac7a0262..15766d28 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -951,7 +951,6 @@ p.time { } } } - pre { background: white !important; diff --git a/app/views/issues/_form.html.haml b/app/views/issues/_form.html.haml index 24c8d9e3..300e2d0c 100644 --- a/app/views/issues/_form.html.haml +++ b/app/views/issues/_form.html.haml @@ -14,7 +14,8 @@ .clearfix = f.label :description, "Issue Details" - .input= f.text_area :description, :maxlength => 2000, :class => "xxlarge" + .input + = f.text_area :description, :maxlength => 2000, :class => "xxlarge" %p.hint Markdown is enabled. .clearfix