From 50df7d467e243bee068e6e6ccd33afcf21d0f8a7 Mon Sep 17 00:00:00 2001 From: Fabio Teixeira Date: Sat, 1 Nov 2014 14:11:02 -0200 Subject: [PATCH] Fix for textarea field size. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 07730d6..0b67237 100644 --- a/style.css +++ b/style.css @@ -1076,7 +1076,7 @@ div#article-parent { border: 1px solid #DDDDDD; color: #585858; font-size: 16px; - /*width: 100%;*/ + width: 100%; word-wrap: break-word; } -- libgit2 0.21.2