mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 16:40:03 +03:00
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:
parent
96993d817a
commit
5f09c8010d
|
@ -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