From 961e0e801d44d6a0094e80c515805c8a3599a510 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 22 May 2018 18:35:00 -0500 Subject: [PATCH] Increase allowed width for form labels --- tailbone/static/css/forms.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailbone/static/css/forms.css b/tailbone/static/css/forms.css index aee68e59..950ca82d 100644 --- a/tailbone/static/css/forms.css +++ b/tailbone/static/css/forms.css @@ -65,7 +65,7 @@ div.fieldset { .field-wrapper label { display: table-cell; vertical-align: top; - width: 15em; + width: 18em; font-weight: bold; padding-top: 2px; white-space: nowrap;