Skip to content

Commit 4e0d6c4

Browse files
authored
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.
1 parent 747fef6 commit 4e0d6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_framework/static/rest_framework/css/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ td.nested > table {
4040
margin: 0;
4141
}
4242

43-
form select, form input, form textarea {
43+
form select, form input:not([type=checkbox]), form textarea {
4444
width: 90%;
4545
}
4646

0 commit comments

Comments
 (0)