Small fix.
This commit is contained in:
parent
66d64ad4f4
commit
c43ac3c721
2 changed files with 2 additions and 2 deletions
|
@ -951,7 +951,6 @@ p.time {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
background: white !important;
|
background: white !important;
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,8 @@
|
||||||
|
|
||||||
.clearfix
|
.clearfix
|
||||||
= f.label :description, "Issue Details"
|
= 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.
|
%p.hint Markdown is enabled.
|
||||||
|
|
||||||
.clearfix
|
.clearfix
|
||||||
|
|
Loading…
Reference in a new issue