Commit 0d84f18a authored by Annabel Gray's avatar Annabel Gray

Merge branch 'ee-fix-mr-tabs' into 'master'

Fix MR tabs bottom border (EE)

See merge request gitlab-org/gitlab-ee!5982
parents 1f3a35f7 7e5dd40f
...@@ -177,6 +177,9 @@ table { ...@@ -177,6 +177,9 @@ table {
} }
.nav-tabs { .nav-tabs {
// Override bootstrap's default border
border-bottom: 0;
.nav-link { .nav-link {
border: 0; border: 0;
} }
......
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