From 6f33d7efdbfe7d26097ebefe95a9d8d38b111fba Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Sun, 17 May 2015 23:38:52 +0200 Subject: Lock textarea width so it fits into the layout --- styles/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'styles') diff --git a/styles/style.css b/styles/style.css index ef2ecf2..e56b24a 100644 --- a/styles/style.css +++ b/styles/style.css @@ -34,6 +34,11 @@ div.row .formw { text-align: left; } +div.row textarea.formw{ + min-width: 235px; + max-width: 235px; +} + div.spacer { clear: both; } -- cgit v1.2.3-70-g09d2