💄 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
+6 -4
View File
@@ -1,5 +1,7 @@
<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"
>
{{ . }}
<span class="flex">
<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"
>
{{ . }}
</span>
</span>