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