diff --git a/apps/common/main/lib/template/CommentsPopover.template b/apps/common/main/lib/template/CommentsPopover.template
index 9ca9e3ed8..9aea01837 100644
--- a/apps/common/main/lib/template/CommentsPopover.template
+++ b/apps/common/main/lib/template/CommentsPopover.template
@@ -5,7 +5,7 @@
<%=scope.getUserName(username)%>
<%=date%>
<% if (!editTextInPopover || hint) { %>
- <%=scope.pickLink(comment)%>
+ <%=scope.pickLink(comment)%>
<% } else { %>
@@ -27,7 +27,7 @@
<%=scope.getUserName(item.get("username"))%>
<%=item.get("date")%>
<% if (!item.get("editTextInPopover")) { %>
-
<%=scope.pickLink(item.get("reply"))%>
+
<%=scope.pickLink(item.get("reply"))%>
<% if (!hint) { %>
<% if (item.get("editable")) { %>
diff --git a/apps/common/main/resources/less/comments.less b/apps/common/main/resources/less/comments.less
index a68083394..0493f8e33 100644
--- a/apps/common/main/resources/less/comments.less
+++ b/apps/common/main/resources/less/comments.less
@@ -169,6 +169,10 @@
text-overflow: ellipsis;
cursor: default;
}
+
+ &.user-select {
+ cursor: text;
+ }
}
.user-reply {