Add a class to the more button on a comment node

This commit is contained in:
Zetaphor 2023-06-16 18:47:37 -03:00
parent f38630b224
commit a03bee512a
1 changed files with 1 additions and 1 deletions

View 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")}