fix(toolbar) Removed width from toolbar (#12935)
This commit is contained in:
parent
00ed794c50
commit
e3c95e376a
|
@ -366,7 +366,7 @@ const styles = () => {
|
|||
margin: 0,
|
||||
marginBottom: '8px',
|
||||
maxHeight: 'calc(100vh - 100px)',
|
||||
width: '240px'
|
||||
minWidth: '240px'
|
||||
},
|
||||
|
||||
hangupMenu: {
|
||||
|
|
Loading…
Reference in New Issue