Commit 54bc270f authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'fix-context-header-wrapping-collapse' into 'master'

Re-add width for sidebar context header

See merge request gitlab-org/gitlab-ce!16180
parents 946a3634 04674756
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
.context-header { .context-header {
position: relative; position: relative;
margin-right: 2px; margin-right: 2px;
width: $contextual-sidebar-width;
a { a {
transition: padding $sidebar-transition-duration; transition: padding $sidebar-transition-duration;
......
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