fix(toolbar) Removed width from toolbar (#12935)

This commit is contained in:
Yash-Ambekar 2023-02-20 23:59:57 +05:30 committed by GitHub
parent 00ed794c50
commit e3c95e376a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ const styles = () => {
margin: 0,
marginBottom: '8px',
maxHeight: 'calc(100vh - 100px)',
width: '240px'
minWidth: '240px'
},
hangupMenu: {