Comments: use 'break-word' in the textarea.

This commit is contained in:
Julia Radzhabova 2018-01-17 13:26:18 +03:00
parent 7959ab8773
commit 1bbf47dd44

View file

@ -192,7 +192,7 @@
.msg-reply { .msg-reply {
max-height:150px; max-height:150px;
word-break: break-word; word-break: break-word !important;
} }
.edit-ct { .edit-ct {