Commit e32858e7 authored by Nur Rony's avatar Nur Rony

removes extra line for empty issue description

parent 6c09fbd8
...@@ -372,3 +372,5 @@ table { ...@@ -372,3 +372,5 @@ table {
margin-right: -$gl-padding; margin-right: -$gl-padding;
border-top: 1px solid $border-color; border-top: 1px solid $border-color;
} }
.hide-bottom-border { border-bottom: none;}
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
.issue-details.issuable-details .issue-details.issuable-details
.detail-page-description.content-block .detail-page-description.content-block{class: ('hide-bottom-border' unless @issue.description.present? )}
%h2.title %h2.title
= markdown_field(@issue, :title) = markdown_field(@issue, :title)
- if @issue.description.present? - if @issue.description.present?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment