summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-01-03 18:31:57 +0000
committerTim Zallmann <tzallmann@gitlab.com>2018-01-03 18:31:57 +0000
commit54bc270f7e90f4bd15d6958e44d0a8f41a3eb571 (patch)
tree127308a5ac2f612e9986124f6bc01be763ba1b6c
parent946a3634bc5a851944e5cc7fe8fdb5341ca5176b (diff)
parent04674756b9f08d36b8a19bf215469d6e55373639 (diff)
downloadgitlab-ce-40045-prevent-modifications-using-the-multi-file-editor-from-being-lost.tar.gz
Merge branch 'fix-context-header-wrapping-collapse' into 'master'40045-prevent-modifications-using-the-multi-file-editor-from-being-lost
Re-add width for sidebar context header See merge request gitlab-org/gitlab-ce!16180
-rw-r--r--app/assets/stylesheets/framework/contextual-sidebar.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/contextual-sidebar.scss b/app/assets/stylesheets/framework/contextual-sidebar.scss
index d087bee9ebe..1acde98c3ae 100644
--- a/app/assets/stylesheets/framework/contextual-sidebar.scss
+++ b/app/assets/stylesheets/framework/contextual-sidebar.scss
@@ -23,6 +23,7 @@
.context-header {
position: relative;
margin-right: 2px;
+ width: $contextual-sidebar-width;
a {
transition: padding $sidebar-transition-duration;