innovaccer / design-system

Masala Design System (MDS) is an open-source design system built at Innovaccer. Figma file : https://www.figma.com/community/file/974368355920553546/masala-design-system-web-guidelines
https://mds.innovaccer.com
MIT License
84 stars 79 forks source link

Dropdown: maxWidth prop doesn't apply below 128 #239

Closed Harshit369 closed 4 years ago

Harshit369 commented 4 years ago

Description

maxWidth prop in Dropdown doesn't apply on the button when passed with any number below 128. This probably happens because of the min-width rule that restricts it to 128px

image

aditya-kumawat commented 4 years ago

As per the design guidelines, dropdown should have a min-width: 128px. Will discuss this with design-team.