From 38183ece718d0aa183cd77cc007c8aa777360ffd Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Fri, 14 Sep 2012 17:02:08 +0200 Subject: [PATCH] LSformElement :: pre : Fixed CSS display in edit mode --- public_html/css/default/LSformElement_pre.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public_html/css/default/LSformElement_pre.css b/public_html/css/default/LSformElement_pre.css index 2294bb54..057d25c2 100644 --- a/public_html/css/default/LSformElement_pre.css +++ b/public_html/css/default/LSformElement_pre.css @@ -3,3 +3,8 @@ p.LSformElement_pre { word-wrap: break-word; font-family: monospace; } + +textarea.LSformElement_pre { + height: 20em; + width: 38.5em; +}