diff --git a/web/react/components/post_info.jsx b/web/react/components/post_info.jsx
index 48efa95ba9..d6422fe3a7 100644
--- a/web/react/components/post_info.jsx
+++ b/web/react/components/post_info.jsx
@@ -31,9 +31,7 @@ module.exports = React.createClass({
{ isOwner || (this.props.allowReply === "true" && type != "Comment") ?
-
- [...]
-
+
{ isOwner ? - Edit
: "" }
diff --git a/web/react/components/post_right.jsx b/web/react/components/post_right.jsx
index dca05051dd..cc6751738e 100644
--- a/web/react/components/post_right.jsx
+++ b/web/react/components/post_right.jsx
@@ -129,9 +129,7 @@ RootPost = React.createClass({
{ isOwner ?
-
- [...]
-
+
- Edit
- Delete
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 465c50296a..9368786d1a 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -208,6 +208,12 @@ body.ios {
.dropdown, .comment-icon__container {
@include opacity(1);
}
+ .dropdown-toggle:after {
+ content: '...';
+ }
+ .dropdown-toggle:hover:after {
+ content: '[...]';
+ }
}
background: #f5f5f5;
}