Skip to content

Commit

Permalink
Merge pull request #15266 from Abdulmajeed-Jamaan/improve-tabs-labels…
Browse files Browse the repository at this point in the history
…-experiance

Improve `Tabs` label experience.
  • Loading branch information
danharrin authored Jan 7, 2025
2 parents 0602973 + 5565c28 commit 93768c4
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 93768c4

Please sign in to comment.