Combobox - extra padding between rows
Describe the bug
Padding on a multi-row Combobox using isMulti create unnecessary padding height between rows.
To Reproduce Steps to reproduce the behavior:
- Go to https://next--upbeat-sinoussi-f675aa.netlify.app/api/combobox/
- Scroll down to Multi Combobox
- Notice the padding is off between rows.
Expected behavior There shouldn't be extra padding between the rows in the Combobox.
Screenshots
The spacing around on all sides should match.
The spacing on the Multi-select has similar spacing issues.
The desired result is for all the spacing within the input to be 8px. 8px at the top, left, and bottom edges of the input container, and 8px between options, vertically and horizontally. Not sure what combination of padding and margin it will take to get there, but this is visually what the user should see.