Fix checkboxes in forms
This commit is contained in:
@ -31,7 +31,7 @@ table {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
form#new_schedule_form input {
|
form#new_schedule_form input:not([type=checkbox]) {
|
||||||
width: 100%
|
width: 100%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user