Skip to content
Snippets Groups Projects
Commit 1c05332e authored by Phil Hughes's avatar Phil Hughes Committed by Fatih Acet
Browse files

Fixed sticky MR tabs positioning when sidebar is pinned

Closes #23926
parent dcc699af
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -43,6 +43,7 @@ Please view this file on the master branch, on stable branches it's out of date.
- Fix importing MR comments from GitHub !7139
- Modify GitHub importer to be retryable !7003
- Fix and improve `Sortable.highest_label_priority`
- Fixed sticky merge request tabs when sidebar is pinned
 
## 8.13.1 (2016-10-25)
- Fix branch protection API. !6215
Loading
Loading
Loading
Loading
@@ -164,6 +164,18 @@
padding-left: $sidebar_width;
}
}
.merge-request-tabs-holder.affix {
@media (min-width: $sidebar-breakpoint) {
left: $sidebar_width;
}
}
&.right-sidebar-expanded {
.line-resolve-all-container {
display: none;
}
}
}
 
header.header-sidebar-pinned {
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