Fix select menu label overflow
This commit is contained in:
parent
7368edc160
commit
4beb03b197
1 changed files with 1 additions and 0 deletions
|
@ -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 => ({
|
||||
|
|
Loading…
Reference in a new issue