From adc482a9b106f76e130f8d4936980f279cfe277f Mon Sep 17 00:00:00 2001 From: Joshua Rubingh Date: Mon, 18 May 2020 09:46:02 +0200 Subject: [PATCH] Update form fields --- .../apps/RUG_template/static/RUG_template/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polyclinic_scheduling/apps/RUG_template/static/RUG_template/css/base.css b/polyclinic_scheduling/apps/RUG_template/static/RUG_template/css/base.css index 90c44aa..b258387 100644 --- a/polyclinic_scheduling/apps/RUG_template/static/RUG_template/css/base.css +++ b/polyclinic_scheduling/apps/RUG_template/static/RUG_template/css/base.css @@ -31,7 +31,7 @@ table { width: 100%; } -input { +form#new_schedule_form input { width: 100% }