Browse Source

Fixed text select in message textarea

Closes #632
master
Igor Zhukov 10 years ago
parent
commit
49a9eef980
  1. 5
      app/css/app.css

5
app/css/app.css

@ -1955,6 +1955,11 @@ img.img_fullsize { @@ -1955,6 +1955,11 @@ img.img_fullsize {
-webkit-user-select: text;
word-wrap: break-word;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.emoji-wysiwyg-editor img {
width: 20px;

Loading…
Cancel
Save