Skip to content

Commit 595a96f

Browse files
committed
Prevent text wrapping in Badge component
1 parent 80cb0e0 commit 595a96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/lib/components/f-badge.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
class="bg-grey-700 flex rounded px-[0.375rem] py-1 lg:px-2 lg:py-[0.375rem]"
33
>
44
<span
5-
class="leading-trim salt text-grey-200 block text-xs uppercase lg:text-sm"
5+
class="leading-trim salt text-grey-200 block text-nowrap text-xs uppercase lg:text-sm"
66
>
77
<slot />
88
</span>

0 commit comments

Comments
 (0)