change me-2 to me-1, no need for me-2 width
This commit is contained in:
parent
f333710077
commit
4944f19143
1 changed files with 1 additions and 1 deletions
|
@ -1215,7 +1215,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
|
||||||
shrinkToSingleLetter?: boolean;
|
shrinkToSingleLetter?: boolean;
|
||||||
}) {
|
}) {
|
||||||
const parentClassNames = classNames(
|
const parentClassNames = classNames(
|
||||||
`badge me-2 text-bg-light ${parentClasses}`,
|
`badge me-1 text-bg-light ${parentClasses}`,
|
||||||
{
|
{
|
||||||
"d-none d-md-inline": hideOnMobile,
|
"d-none d-md-inline": hideOnMobile,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue