fix: removed extra space besides authorlabel

This commit is contained in:
ayeshoali
2022-11-14 18:17:33 +05:00
parent f686fb40a1
commit 32593f6736

View File

@@ -65,7 +65,7 @@ function AuthorLabel({
)}
{authorLabelMessage && (
<span
className={classNames('mr-3 font-size-14 font-style-normal font-family-inter font-weight-500', {
className={classNames('mr-1 font-size-14 font-style-normal font-family-inter font-weight-500', {
'text-primary-500': !authorLabelMessage,
})}
style={{ marginLeft: '2px' }}