💄 Fix badge filling width when unconstrained

This commit is contained in:
James Panther
2021-08-21 12:23:02 +10:00
parent 444dbcd3ca
commit 72b636b635
+3 -1
View File
@@ -1,5 +1,7 @@
<span class="flex">
<span <span
class="ml-1 px-1 py-[1px] text-xs font-normal border rounded-md text-primary-700 dark:text-primary-400 border-primary-400 dark:border-primary-600 flex" class="ml-1 px-1 py-[1px] text-xs font-normal border rounded-md text-primary-700 dark:text-primary-400 border-primary-400 dark:border-primary-600"
> >
{{ . }} {{ . }}
</span> </span>
</span>