From 04674756b9f08d36b8a19bf215469d6e55373639 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Tue, 2 Jan 2018 11:27:58 -0700 Subject: [PATCH] Re-add width for sidebar context header --- app/assets/stylesheets/framework/contextual-sidebar.scss | 1 + 1 file changed, 1 insertion(+) 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;