diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index ac7a026..15766d2 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 24c8d9e..300e2d0 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 -- libgit2 0.21.2