Small fix.
This commit is contained in:
parent
66d64ad4f4
commit
c43ac3c721
|
@ -951,7 +951,6 @@ p.time {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
background: white !important;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue