Re-add width for sidebar context header

This commit is contained in:
Annabel Dunstone Gray 2018-01-02 11:27:58 -07:00
parent 2cbb2d0ece
commit 04674756b9
No known key found for this signature in database
GPG Key ID: 7C8C78A372AD7A2D
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
.context-header {
position: relative;
margin-right: 2px;
width: $contextual-sidebar-width;
a {
transition: padding $sidebar-transition-duration;