Commit 672d94d6 authored by Yogi's avatar Yogi Committed by Kushal Pandya

Remove extra margin below tab on project template page

parent 3a6c2a41
- f ||= local_assigns[:f] - f ||= local_assigns[:f]
.project-templates-buttons.col-sm-12 .project-templates-buttons
%ul.nav-tabs.nav-links.nav.scrolling-tabs %ul.nav-tabs.nav-links.nav.scrolling-tabs
%li.built-in-tab %li.built-in-tab
%a.nav-link.active{ href: "#built-in", data: { toggle: 'tab'} } %a.nav-link.active{ href: "#built-in", data: { toggle: 'tab'} }
......
---
title: Remove extra margin below tab on project template page
merge_request: 52454
author: Yogi (@yo)
type: fixed
...@@ -122,7 +122,6 @@ ...@@ -122,7 +122,6 @@
.template-header, .template-header,
.template-option { .template-option {
padding: $gl-padding $gl-padding-8; padding: $gl-padding $gl-padding-8;
border-top: 1px solid $border-color;
} }
.template-header { .template-header {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
- project_template_count = current_user.available_custom_project_templates.count - project_template_count = current_user.available_custom_project_templates.count
- group_id = params[:namespace_id] - group_id = params[:namespace_id]
.project-templates-buttons.col-sm-12 .project-templates-buttons
%ul.nav-tabs.nav-links.nav.scrolling-tabs %ul.nav-tabs.nav-links.nav.scrolling-tabs
%li.built-in-tab %li.built-in-tab
%a.nav-link.active{ href: "#built-in", data: { toggle: 'tab'} } %a.nav-link.active{ href: "#built-in", data: { toggle: 'tab'} }
......
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