Skip to content

Commit

Permalink
Add break-all class to SelectMenuV2 component
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Jan 19, 2024
1 parent d0fdfc9 commit ec429dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Form/SelectMenuV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const SelectMenuV2 = <T, V>(props: SelectMenuProps<T, V>) => {
{value.icon}
</div>
)}
<p className="ml-2.5 text-sm font-medium">
<p className="ml-2.5 break-all text-sm font-medium">
{value.selectedLabel}
</p>
</div>
Expand Down

0 comments on commit ec429dd

Please sign in to comment.