fix: Add min width to volume slider (#10808)

This commit is contained in:
Shawn Chin 2022-01-19 14:01:51 +00:00 committed by GitHub
parent 88c7bab9b8
commit d60fdf1b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ const styles = theme => {
return {
container: {
minHeight: '40px',
minWidth: '180px',
width: '100%',
boxSizing: 'border-box',
cursor: 'pointer',