Skip to content

Commit

Permalink
πŸ’„ Wrap stakeholder tags (#404)
Browse files Browse the repository at this point in the history
* πŸ’„ Wrap stakeholder tags

* πŸ’„ Use gap instead of margin for spacing
  • Loading branch information
AuroraHuang22 committed Oct 30, 2023
1 parent 602f13c commit 643c756
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/view/_iscnId.vue
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,11 @@
<FormField
:label="$t('iscn.meta.stakeholders')"
class="mb-[12px]"
content-classes="flex flex-row items-center"
content-classes="flex flex-row flex-wrap items-center gap-[8px]"
>
<Button
v-for="(stakeholder, index) in stakeholders"
:key="stakeholder.key"
class="mr-[8px]"
size="mini"
preset="secondary"
tag="div"
Expand Down

0 comments on commit 643c756

Please sign in to comment.