From cd15d3c1329582a15f351435d44ecab209feb35d Mon Sep 17 00:00:00 2001 From: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:29:26 +0000 Subject: [PATCH] Fix wonky comment action icon button alignment (#2622) --- src/shared/components/comment/comment-node.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/comment/comment-node.tsx b/src/shared/components/comment/comment-node.tsx index eb644363..76d4fe37 100644 --- a/src/shared/components/comment/comment-node.tsx +++ b/src/shared/components/comment/comment-node.tsx @@ -294,7 +294,7 @@ export class CommentNode extends Component { /> )} -
+
{this.props.showContext && this.getLinkButton()} {this.props.markable && (