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;
+}