提交 e32858e7 编写于 作者: N Nur Rony

removes extra line for empty issue description

上级 6c09fbd8
......@@ -372,3 +372,5 @@ table {
margin-right: -$gl-padding;
border-top: 1px solid $border-color;
}
.hide-bottom-border { border-bottom: none;}
......@@ -53,7 +53,7 @@
.issue-details.issuable-details
.detail-page-description.content-block
.detail-page-description.content-block{class: ('hide-bottom-border' unless @issue.description.present? )}
%h2.title
= markdown_field(@issue, :title)
- if @issue.description.present?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册