Skip to content
Snippets Groups Projects
Commit 09b15db1 authored by Robert Hunt's avatar Robert Hunt
Browse files

Merge branch '361641-merge-request-tabs-holder' into 'master'

Fix tabs wrapper border overflow

See merge request gitlab-org/gitlab!87838
parents 606314e9 5f7f0fce
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -218,10 +218,6 @@ $tabs-holder-z-index: 250;
.epic-tabs-holder {
top: $header-height;
z-index: $tabs-holder-z-index;
margin-left: -$gl-padding;
margin-right: -$gl-padding;
padding-left: $gl-padding;
padding-right: $gl-padding;
background-color: $body-bg;
border-bottom: 1px solid $border-color;
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment