We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a98dcf8 + e955748 commit a5ad17dCopy full SHA for a5ad17d
1 file changed
src/scripts/Picklist.tsx
@@ -536,7 +536,6 @@ export const Picklist: (<MultiSelect extends boolean | undefined>(
536
'slds-dropdown',
537
vertAlign ? `slds-dropdown_${vertAlign}` : undefined,
538
align ? `slds-dropdown_${align}` : undefined,
539
- 'slds-dropdown_length-5',
540
menuSize ? `slds-dropdown_${menuSize}` : 'slds-dropdown_fluid'
541
);
542
},
0 commit comments