Skip to content

feat(dropdown): Update design spec to include min/max size

Purpose

Based on the implementation plan in #1507 (moved), the dropdown design specs should be updated to include the recommended minimum and maximum widths/heights.

This doesn't have to be a component setting, but that is an option if the configuration is easy enough to implement and the design experience isn't impacted.

Specs

Make dropdown's width more flexible:

  • min-width: 16rem (256px)
  • max-width: 28.5rem (456px)
  • max-height: 19.5rem (312px)

Relates to #1517 (closed)

Edited by Jeremy Elder

Merge request reports