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 {
|
return {
|
||||||
container: {
|
container: {
|
||||||
minHeight: '40px',
|
minHeight: '40px',
|
||||||
|
minWidth: '180px',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
boxSizing: 'border-box',
|
boxSizing: 'border-box',
|
||||||
cursor: 'pointer',
|
cursor: 'pointer',
|
||||||
|
|
Loading…
Reference in New Issue