fix: Add min width to volume slider (#10808)
This commit is contained in:
parent
88c7bab9b8
commit
d60fdf1b98
|
@ -52,6 +52,7 @@ const styles = theme => {
|
|||
return {
|
||||
container: {
|
||||
minHeight: '40px',
|
||||
minWidth: '180px',
|
||||
width: '100%',
|
||||
boxSizing: 'border-box',
|
||||
cursor: 'pointer',
|
||||
|
|
Loading…
Reference in New Issue