]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/components/comment/comment-node.tsx
Add a class to the more button on a comment node
[lemmy-ui.git] / src / shared / components / comment / comment-node.tsx
index aeb4a71c7f83e9f3edcb632876d69ed2aa5fd168..806d2c2f8e78faec10909bd5ee27769e133b1fda 100644 (file)
@@ -513,7 +513,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
                       </button>
                       {!this.state.showAdvanced ? (
                         <button
-                          className="btn btn-link btn-animate text-muted"
+                          className="btn btn-link btn-animate text-muted btn-more"
                           onClick={linkEvent(this, this.handleShowAdvanced)}
                           data-tippy-content={i18n.t("more")}
                           aria-label={i18n.t("more")}