forked from mirrors/homebox
flex-wrap
This commit is contained in:
parent
b33ef5f029
commit
9351b3fd42
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<BaseSectionHeader class="mb-5"> Labels </BaseSectionHeader>
|
<BaseSectionHeader class="mb-5"> Labels </BaseSectionHeader>
|
||||||
<div class="flex gap-2">
|
<div class="flex gap-2 flex-wrap">
|
||||||
<LabelChip v-for="label in labels" size="lg" :label="label" />
|
<LabelChip v-for="label in labels" size="lg" :label="label" />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue