Commit a5ba0956 authored by Stanislav Lashmanov's avatar Stanislav Lashmanov Committed by Simon Knox

Fix merge request tabs background leakage

Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/343197
Changelog: fixed
parent a350fd7d
......@@ -218,6 +218,10 @@ $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;
......
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