Skip to content

Commit 2d5bce0

Browse files
(Picklist): remove a class that restricts max-height
1 parent b0973af commit 2d5bce0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/scripts/Picklist.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@ export const Picklist: (<MultiSelect extends boolean | undefined>(
538538
'slds-dropdown',
539539
vertAlign ? `slds-dropdown_${vertAlign}` : undefined,
540540
align ? `slds-dropdown_${align}` : undefined,
541-
'slds-dropdown_length-5',
542541
menuSize ? `slds-dropdown_${menuSize}` : 'slds-dropdown_fluid'
543542
);
544543
},

0 commit comments

Comments
 (0)