Skip to content

Commit

Permalink
fix: Add min width to volume slider (#10808)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnchin authored and yanas committed Jan 19, 2022
1 parent 443e060 commit 8c7243f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react/features/video-menu/components/web/VolumeSlider.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const styles = theme => {
return {
container: {
minHeight: '40px',
minWidth: '180px',
width: '100%',
boxSizing: 'border-box',
cursor: 'pointer',
Expand Down

0 comments on commit 8c7243f

Please sign in to comment.