change me-2 to me-1, no need for me-2 width

This commit is contained in:
Alec Armbruster 2023-06-27 14:39:30 -04:00
parent f333710077
commit 4944f19143
No known key found for this signature in database
GPG key ID: 52BC7C84E960FD1B

View 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,
}