I'm struggling to determine how to adjust the max-width of the Dropdown
element in ReactJS. I attempted the following:
.Menu Dropdown {
max-width: 5rem !important;
}
Unfortunately, this did not work as expected. The dropdowns are taking up too much space for the text they contain. Could someone please provide guidance on how to achieve this? Thank you.