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% }