From 7a8c9acd025dcb77f0e588f7dcd5c473446b5d72 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 23 Apr 2014 14:17:00 +0200 Subject: [PATCH] Properly style textareas in forms as well --- pgcommitfest/commitfest/templates/base_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgcommitfest/commitfest/templates/base_form.html b/pgcommitfest/commitfest/templates/base_form.html index 58edda2..40e423d 100644 --- a/pgcommitfest/commitfest/templates/base_form.html +++ b/pgcommitfest/commitfest/templates/base_form.html @@ -16,7 +16,7 @@ form.patchcommentform div.control-group div.controls ul li { div.control-group div.controls ul li label { display: inline; } -div.controls input,select { +div.controls input,select,textarea { width: 90%; } div.controls input[type='checkbox'] { -- 2.39.5