Skip to content

Commit 1cef2b6

Browse files
Otorusigvef
authored andcommitted
Update default.css (encode#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 e715cd5 commit 1cef2b6

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)