From c3671d0caec08e147e798e522d5a986fd16c017a Mon Sep 17 00:00:00 2001 From: Joshua Rubingh <j.g.rubingh@rug.nl> Date: Tue, 19 May 2020 15:01:53 +0200 Subject: [PATCH] Fix checkboxes in forms --- .../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 9f8d880..6d048f3 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%; } -form#new_schedule_form input { +form#new_schedule_form input:not([type=checkbox]) { width: 100% }