aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/admin/checklist/form.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/admin/checklist/form.html')
-rw-r--r--servo/templates/admin/checklist/form.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/servo/templates/admin/checklist/form.html b/servo/templates/admin/checklist/form.html
index 3b44576..25c82da 100644
--- a/servo/templates/admin/checklist/form.html
+++ b/servo/templates/admin/checklist/form.html
@@ -29,3 +29,11 @@
</div>
</form>
{% endblock third_column %}
+
+{% block media %}
+ <style type="text/css">
+ textarea {
+ height: 50px;
+ }
+ </style>
+{% endblock media %} \ No newline at end of file