refactor: added left margin for endorsed time

This commit is contained in:
sundasnoreen12
2023-04-17 15:29:21 +05:00
parent 5aa090950e
commit eb43b7139a
2 changed files with 3 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ function AlertBanner({
/>
</span>
<span
className="mx-1.5 font-size-8 font-style text-light-700"
className="mr-1.5 font-size-8 font-style text-light-700"
style={{ lineHeight: '15px' }}
>
{intl.formatMessage(messages.fullStop)}
@@ -79,14 +79,12 @@ function AlertBanner({
/>
</span>
<span
className="mx-1.5 font-size-8 font-style text-light-700"
className="mr-1.5 font-size-8 font-style text-light-700"
style={{ lineHeight: '15px' }}
>
{intl.formatMessage(messages.fullStop)}
</span>
{content.closeReason && (`${intl.formatMessage(messages.reason)}: ${content.closeReason}`)}
</div>
</Alert>
)}

View File

@@ -85,7 +85,7 @@ function AuthorLabel({
/>
{authorLabelMessage && (
<span
className={classNames('font-size-14 font-style font-weight-500', {
className={classNames('mr-1.5 font-size-14 font-style font-weight-500', {
'text-primary-500': showTextPrimary,
'text-gray-700': isRetiredUser,
})}