From 22190b90cfea4794395d5fa4f0199552fa85ff2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 14 Jun 2018 11:54:13 +0200 Subject: [PATCH] Fix button styling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/css/style.scss b/css/style.scss index b44c8f386..732f0e342 100644 --- a/css/style.scss +++ b/css/style.scss @@ -265,10 +265,6 @@ input.input-inline { margin-right: 6px; } } - - > button { - padding: 16px 20px; - } } .filter-select {