mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-23 15:54:16 +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;
|
||||
}
|
||||
|
||||
form select, form input {
|
||||
form select, form input, form textarea {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user