mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 00:49:07 +08:00
Fix item card status spacing [SCI-9558]
This commit is contained in:
parent
f83f5a8b58
commit
ebf092d82d
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
{{ colName }}
|
||||
</div>
|
||||
<div v-if="status && icon"
|
||||
class="flex flex-row items-center text-sn-dark-grey font-inter text-sm font-normal leading-5 ">
|
||||
<div v-html="parseEmoji(icon)" class="flex mr-1.5 h-6"></div>
|
||||
class="flex flex-row items-center text-sn-dark-grey font-inter text-sm font-normal leading-5 gap-1.5">
|
||||
<div v-html="parseEmoji(icon)" class="flex h-6 w-6"></div>
|
||||
{{ status }}
|
||||
</div>
|
||||
<div v-else class="text-sn-dark-grey font-inter text-sm font-normal leading-5">
|
||||
|
|
Loading…
Reference in a new issue