LSformElement :: pre : Fixed CSS display in edit mode

This commit is contained in:
Benjamin Renard 2012-09-14 17:02:08 +02:00
parent 43c53751c5
commit 38183ece71

View file

@ -3,3 +3,8 @@ p.LSformElement_pre {
word-wrap: break-word;
font-family: monospace;
}
textarea.LSformElement_pre {
height: 20em;
width: 38.5em;
}