diff options
| author | Tom Christie | 2012-11-07 10:13:14 +0000 | 
|---|---|---|
| committer | Tom Christie | 2012-11-07 10:13:14 +0000 | 
| commit | 2529207bbab038274b84ce95c3b1f85256bdbbb7 (patch) | |
| tree | 734c377627d719bdc92ddb9e30d22c99370de0f9 /rest_framework/static | |
| parent | 296b737fb6f8bca21272a9c3bcfdfcd5ce6a50fc (diff) | |
| download | django-rest-framework-2529207bbab038274b84ce95c3b1f85256bdbbb7.tar.bz2 | |
Make textareas in browseable API same width as everything else
Diffstat (limited to 'rest_framework/static')
| -rw-r--r-- | rest_framework/static/rest_framework/css/default.css | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/static/rest_framework/css/default.css b/rest_framework/static/rest_framework/css/default.css index fdf45659..b2e41b99 100644 --- a/rest_framework/static/rest_framework/css/default.css +++ b/rest_framework/static/rest_framework/css/default.css @@ -36,7 +36,7 @@ ul.breadcrumb {    margin: 58px 0 0 0;  } -form select, form input { +form select, form input, form textarea {    width: 90%;  }  | 
