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 Yana Stamcheva
parent 443e060109
commit 8c7243fda0
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',