Skip to content

Commit c16bf49

Browse files
authored
feat: disable dropdown multiline wrapping (#167)
1 parent 4d1dc45 commit c16bf49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Form/Dropdown.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ export const Dropdown: React.FC<DropdownProps> = ({
9393
style={{
9494
width: '100%',
9595
textAlign: 'left',
96+
whiteSpace: 'nowrap',
9697
}}
9798
>
9899
{labelRenderer ? labelRenderer(activeOption[0], activeOption[1]) : activeOption[1]}

0 commit comments

Comments
 (0)