Fix select menu label overflow

This commit is contained in:
Chen-I Lim 2020-11-04 08:56:34 -08:00
parent 7368edc160
commit 4beb03b197

View file

@ -98,6 +98,7 @@ class ValueSelector extends React.Component<Props, State> {
}),
menu: (provided: CSSProperties): CSSProperties => ({
...provided,
width: 'unset',
background: 'rgb(var(--main-bg))',
}),
option: (provided: CSSProperties, state: {isFocused: boolean}): CSSProperties => ({