We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af6423 commit ab4d23dCopy full SHA for ab4d23d
1 file changed
website/app/components/ClustersIndexItem.vue
@@ -14,7 +14,7 @@
14
<span class="font-mono font-normal mr-1">
15
{{ props.document.name }}
16
</span>
17
- <span class="ml-2 flex-inline gap-2 leading-2">
+ <span class="inline-flex ml-2 gap-2 leading-2">
18
<BaseBadge v-if="props.document.disposition === 'published'" color="green" title="(Disposition: published)">
19
published
20
</BaseBadge>
0 commit comments