Skip to content

Commit ab4d23d

Browse files
committed
feat: cluster index badges
1 parent 2af6423 commit ab4d23d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/app/components/ClustersIndexItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<span class="font-mono font-normal mr-1">
1515
{{ props.document.name }}
1616
</span>
17-
<span class="ml-2 flex-inline gap-2 leading-2">
17+
<span class="inline-flex ml-2 gap-2 leading-2">
1818
<BaseBadge v-if="props.document.disposition === 'published'" color="green" title="(Disposition: published)">
1919
published
2020
</BaseBadge>

0 commit comments

Comments
 (0)