]> Untitled Git - lemmy-ui.git/commitdiff
change me-2 to me-1, no need for me-2 width
authorAlec Armbruster <35377827+alectrocute@users.noreply.github.com>
Tue, 27 Jun 2023 18:39:30 +0000 (14:39 -0400)
committerAlec Armbruster <35377827+alectrocute@users.noreply.github.com>
Tue, 27 Jun 2023 18:39:30 +0000 (14:39 -0400)
src/shared/components/comment/comment-node.tsx

index 0ce8638d0f34866ac1dcae3829c324c661ce8287..6452cb9e4b0b5fc1ef16d24587355091c9766b05 100644 (file)
@@ -1215,7 +1215,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
     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,
       }