diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-03-01 12:39:23 -0600 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-03-01 12:42:30 -0600 |
commit | d3c4e56bb93f5f7a98ee0b60825ff38270138c4d (patch) | |
tree | f11f5cc9308f9089bf5a2cb39a5ef7cbec0c00f7 | |
parent | f33bd9aeb722bb8fc8dbf4d93766d33fdb51c306 (diff) | |
download | gitlab-ce-right-sidebar-whitespace.tar.gz |
Remove side padding from expanded sidebarright-sidebar-whitespace
-rw-r--r-- | app/assets/stylesheets/framework/sidebar.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss index 8978e284f55..40e93032f59 100644 --- a/app/assets/stylesheets/framework/sidebar.scss +++ b/app/assets/stylesheets/framework/sidebar.scss @@ -73,10 +73,6 @@ right: $gutter_collapsed_width; } } - - &.with-overlay { - padding-right: $gutter_collapsed_width; - } } .right-sidebar { |