Update default.css

When I apply a theme to the bootstrap used in the project, boolean inputs are out of line with the rest of the form. With this small payment, this no longer occurs.
This commit is contained in:
Vitor Hugo 2020-11-19 15:35:57 -03:00 committed by GitHub
parent 96993d817a
commit 5f09c8010d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ td.nested > table {
margin: 0; margin: 0;
} }
form select, form input, form textarea { form select, form input:not([type=checkbox]), form textarea {
width: 90%; width: 90%;
} }