From: Alec Armbruster <35377827+alectrocute@users.noreply.github.com> Date: Tue, 27 Jun 2023 18:39:30 +0000 (-0400) Subject: change me-2 to me-1, no need for me-2 width X-Git-Url: http://these/git/%24%7Bsubmission.url%7D?a=commitdiff_plain;h=4944f19143481a351b1286b5ab1bd73275469e7a;p=lemmy-ui.git change me-2 to me-1, no need for me-2 width --- diff --git a/src/shared/components/comment/comment-node.tsx b/src/shared/components/comment/comment-node.tsx index 0ce8638..6452cb9 100644 --- a/src/shared/components/comment/comment-node.tsx +++ b/src/shared/components/comment/comment-node.tsx @@ -1215,7 +1215,7 @@ export class CommentNode extends Component { shrinkToSingleLetter?: boolean; }) { const parentClassNames = classNames( - `badge me-2 text-bg-light ${parentClasses}`, + `badge me-1 text-bg-light ${parentClasses}`, { "d-none d-md-inline": hideOnMobile, }