Skip to content

Commit

Permalink
Make whitespace-nowrap by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulmajeed-Jamaan committed Jan 6, 2025
1 parent ce4d9d0 commit 5565c28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
'role' => 'tab',
])
->class([
'fi-tabs-item group flex items-center justify-center gap-x-2 rounded-lg px-3 py-2 text-sm font-medium outline-none transition duration-75',
'fi-tabs-item group flex items-center justify-center gap-x-2 rounded-lg px-3 py-2 text-sm font-medium outline-none whitespace-nowrap transition duration-75',
$inactiveItemClasses => (! $hasAlpineActiveClasses) && (! $active),
$activeItemClasses => (! $hasAlpineActiveClasses) && $active,
])
Expand Down

0 comments on commit 5565c28

Please sign in to comment.