Results 1 comments of David Bengoa

There are a couple of CSS workarounds this issue, one is to make the parent a flex container and make the children have min-width: 100%: ``` .vs__dropdown-menu { display: flex;...