Skip to content

Commit

Permalink
fix: no overflow for the installs commands list (#2851)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuri-sun authored Apr 23, 2024
1 parent 308b32c commit dd39db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/components/docs/components/package-managers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const PackageManagers = ({commands}: PackageManagersProps) => {
<Tabs
aria-label="NextUI installation commands"
classNames={{
base: "group mt-4",
base: "group mt-4 min-w-[300px] w-full overflow-x-auto",
tabList: "h-10",
}}
selectedKey={selectedManager}
Expand Down

0 comments on commit dd39db2

Please sign in to comment.