Update default.css (#7643)

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 2021-03-09 08:54:58 -03:00 committed by GitHub
parent 747fef6134
commit 4e0d6c4118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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