💄 Fix badge filling width when unconstrained

pull/2/head
James Panther 2021-08-21 12:23:02 +10:00
parent 444dbcd3ca
commit 72b636b635
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
<span <span class="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 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> </span>