From a47d91fab96653c8cc3caa28c01fdd3ae3baae32 Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Thu, 2 Feb 2017 11:55:35 +0100 Subject: [PATCH] Do not force huge add member button BS4 provides larger touch-friendly controls anyway. --- budget/static/css/main.css | 1 - 1 file changed, 1 deletion(-) diff --git a/budget/static/css/main.css b/budget/static/css/main.css index 04e07aef..8d73e70f 100644 --- a/budget/static/css/main.css +++ b/budget/static/css/main.css @@ -79,7 +79,6 @@ body { #add-member-form { padding-top: 1em; padding-bottom: 1em; } #add-member-form input[type="text"] { width: 60%; } -#add-member-form button { width: 35%; } #table_overflow { overflow-y: auto; overflow-x: hidden;}