summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-02 11:27:58 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-01-02 11:27:58 -0700
commit04674756b9f08d36b8a19bf215469d6e55373639 (patch)
treef6624b2d4e8f964c34ce995735b0a58fcbca195d
parent2cbb2d0eceaed0f31c92d4eed8932e98f4f74559 (diff)
downloadgitlab-ce-fix-context-header-wrapping-collapse.tar.gz
Re-add width for sidebar context headerfix-context-header-wrapping-collapse
-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 5da06b90113..2e417315ed7 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;