mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-09 18:05:09 +00:00
change me-2 to me-1, no need for me-2 width
This commit is contained in:
parent
f333710077
commit
4944f19143
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue