mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
(fix) CSS improvements [SCI-9614] (#6852)
This commit is contained in:
parent
98d3a6817e
commit
7c0b5d437f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
<span v-for="(checklistItem, index) in selectedChecklistItems"
|
||||
:key="index"
|
||||
:id="`checklist-item-${index}`"
|
||||
class="flex w-fit break-words mr-1">
|
||||
class="flex w-fit break-words">
|
||||
{{
|
||||
index + 1 === selectedChecklistItems.length
|
||||
? checklistItem?.label
|
||||
|
|
Loading…
Reference in a new issue