mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
Fix select menu label overflow
This commit is contained in:
parent
7368edc160
commit
4beb03b197
@ -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 New Issue
Block a user