mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-02 20:54:42 +03:00
Make textareas in browseable API same width as everything else
This commit is contained in:
parent
296b737fb6
commit
2529207bba
|
@ -36,7 +36,7 @@ ul.breadcrumb {
|
||||||
margin: 58px 0 0 0;
|
margin: 58px 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
form select, form input {
|
form select, form input, form textarea {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user