mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
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:
parent
747fef6134
commit
4e0d6c4118
|
@ -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%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user