From b9fc3c19f833718b15afd040103b686b15ad1994 Mon Sep 17 00:00:00 2001 From: Job van der Voort Date: Wed, 24 Jun 2015 11:16:56 +0200 Subject: stop jumping all content on collapsing and expanding the sidebar --- app/assets/stylesheets/generic/sidebar.scss | 6 +----- 1 file changed, 1 insertion(+), 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 { -- cgit v1.2.1