Skip to content

Commit f122637

Browse files
committed
rebuild
1 parent 9cd52ca commit f122637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/support/dist/index.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/support/resources/css/components/tabs.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212

1313
.fi-tabs-item {
14-
@apply flex items-center justify-center gap-x-2 rounded-lg px-3 py-2 text-sm font-medium outline-none transition duration-75 hover:bg-gray-50 focus-visible:bg-gray-50 dark:hover:bg-white/5 dark:focus-visible:bg-white/5;
14+
@apply flex items-center justify-center gap-x-2 whitespace-nowrap rounded-lg px-3 py-2 text-sm font-medium outline-none transition duration-75 hover:bg-gray-50 focus-visible:bg-gray-50 dark:hover:bg-white/5 dark:focus-visible:bg-white/5;
1515

1616
&.fi-active {
1717
@apply bg-gray-50 dark:bg-white/5;

0 commit comments

Comments
 (0)