diff options
author | Job van der Voort <jobvandervoort@gmail.com> | 2015-06-24 11:16:56 +0200 |
---|---|---|
committer | Job van der Voort <jobvandervoort@gmail.com> | 2015-06-24 11:20:36 +0200 |
commit | b9fc3c19f833718b15afd040103b686b15ad1994 (patch) | |
tree | b5a2e7f2c462e7040b6c1201c40a61582506fc5a /app | |
parent | b8af2ecc164a4ed1e5e957c9ffe440557ce399b8 (diff) | |
download | gitlab-ce-b9fc3c19f833718b15afd040103b686b15ad1994.tar.gz |
stop jumping all content on collapsing and expanding the sidebar
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/generic/sidebar.scss | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app/assets/stylesheets/generic/sidebar.scss b/app/assets/stylesheets/generic/sidebar.scss index add0d1b04ad..f9abceb7f3e 100644 --- a/app/assets/stylesheets/generic/sidebar.scss +++ b/app/assets/stylesheets/generic/sidebar.scss @@ -16,7 +16,7 @@ .content-wrapper { width: 100%; - padding: 15px; + padding: 20px; background: #FFF; } @@ -96,10 +96,6 @@ width: 230px; } } - - .content-wrapper { - padding: 20px; - } } @mixin folded-sidebar { |