From 49a9eef98052c1f555b171a6c0f51269018665be Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Fri, 2 Jan 2015 08:30:52 +0100 Subject: [PATCH] Fixed text select in message textarea Closes #632 --- app/css/app.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/css/app.css b/app/css/app.css index 1fc2bc58..abc12d46 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -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;