Skip to content

Commit

Permalink
Horizontal scroll bar used (#9692)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilA8606 authored Jan 3, 2025
1 parent efba458 commit ccbc92d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/Organization/components/OrganizationSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ export default function OrganizationSelector(props: OrganizationSelectorProps) {
>
<div className="flex">
<div className="flex items-center h-9 w-full rounded-md border border-gray-200 bg-white px-3 py-1 text-base shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-gray-950 placeholder:text-gray-500 focus-visible:border-primary-500 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-primary-500 disabled:cursor-not-allowed disabled:opacity-50 md:text-sm dark:border-gray-800 dark:file:text-gray-50 dark:placeholder:text-gray-400 dark:focus-visible:ring-gray-300">
{level.name}
<div className="w-full text-nowrap overflow-x-auto">
{level.name}
</div>
</div>
<Button
variant="ghost"
Expand Down

0 comments on commit ccbc92d

Please sign in to comment.