textarea: use white-space: pre-wrap instead of converting nl2br and back, see #48
This commit is contained in:
@@ -128,4 +128,8 @@
|
||||
|
||||
.editable-clear-x:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.editable-pre-wrapped {
|
||||
white-space: pre-wrap;
|
||||
}
|
Reference in New Issue
Block a user