Fix checkboxes in forms

This commit is contained in:
Joshua Rubingh 2020-05-19 15:01:53 +02:00
parent a7f5635440
commit c3671d0cae

View File

@ -31,7 +31,7 @@ table {
width: 100%;
}
form#new_schedule_form input {
form#new_schedule_form input:not([type=checkbox]) {
width: 100%
}