textarea: use white-space: pre-wrap instead of converting nl2br and back, see #48

This commit is contained in:
vitalets
2013-08-05 23:57:30 +04:00
parent 7abe1bff71
commit 081135a221
4 changed files with 43 additions and 5 deletions

View File

@@ -128,4 +128,8 @@
.editable-clear-x:hover {
opacity: 1;
}
.editable-pre-wrapped {
white-space: pre-wrap;
}