Skip to content

Commit a5ad17d

Browse files
authored
Merge pull request #506 from mashmatrix/liberate-picklist-max-height
Liberate `Picklist`'s `max-height`
2 parents a98dcf8 + e955748 commit a5ad17d

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
@@ -536,7 +536,6 @@ export const Picklist: (<MultiSelect extends boolean | undefined>(
536536
'slds-dropdown',
537537
vertAlign ? `slds-dropdown_${vertAlign}` : undefined,
538538
align ? `slds-dropdown_${align}` : undefined,
539-
'slds-dropdown_length-5',
540539
menuSize ? `slds-dropdown_${menuSize}` : 'slds-dropdown_fluid'
541540
);
542541
},

0 commit comments

Comments
 (0)