From 8c59f13fe80c76ab935db318b1b30a6e6515c920 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 24 Sep 2014 13:24:01 +0200 Subject: [PATCH] fix sidebar padding --- app/assets/stylesheets/zzz.css.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb index fe5e5a477..e70fd13ff 100644 --- a/app/assets/stylesheets/zzz.css.erb +++ b/app/assets/stylesheets/zzz.css.erb @@ -1895,7 +1895,7 @@ footer { .sidebar { width: 32%; max-width: 300px; - padding: 8px 20px 20px 20px; + padding: 20px; background: white; border-right: 1px solid #e6e6e6; overflow: auto;