aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2012-11-07 10:13:14 +0000
committerTom Christie2012-11-07 10:13:14 +0000
commit2529207bbab038274b84ce95c3b1f85256bdbbb7 (patch)
tree734c377627d719bdc92ddb9e30d22c99370de0f9
parent296b737fb6f8bca21272a9c3bcfdfcd5ce6a50fc (diff)
downloaddjango-rest-framework-2529207bbab038274b84ce95c3b1f85256bdbbb7.tar.bz2
Make textareas in browseable API same width as everything else
-rw-r--r--rest_framework/static/rest_framework/css/default.css2
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%;
}