diff options
-rw-r--r-- | app/assets/stylesheets/framework/snippets.scss | 1 | ||||
-rw-r--r-- | app/views/shared/snippets/_header.html.haml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/snippets.scss b/app/assets/stylesheets/framework/snippets.scss index 1000fe616da..3ab83f4c8e6 100644 --- a/app/assets/stylesheets/framework/snippets.scss +++ b/app/assets/stylesheets/framework/snippets.scss @@ -37,7 +37,6 @@ font-size: 2em; font-weight: $gl-font-weight-bold; min-height: $header-height; - margin-bottom: $gl-padding; } .snippet-edited-ago { diff --git a/app/views/shared/snippets/_header.html.haml b/app/views/shared/snippets/_header.html.haml index 1ed0435e255..1a9ae68f53d 100644 --- a/app/views/shared/snippets/_header.html.haml +++ b/app/views/shared/snippets/_header.html.haml @@ -17,7 +17,7 @@ = render "snippets/actions" .snippet-header.limited-header-width - %h2.snippet-title.prepend-top-0.qa-snippet-title + %h2.snippet-title.prepend-top-0.mb-3.qa-snippet-title = markdown_field(@snippet, :title) - if @snippet.description.present? |