From e3c95e376a7a08f9d1cba98f9697f38c33bad021 Mon Sep 17 00:00:00 2001 From: Yash-Ambekar <96481913+Yash-Ambekar@users.noreply.github.com> Date: Mon, 20 Feb 2023 23:59:57 +0530 Subject: [PATCH] fix(toolbar) Removed width from toolbar (#12935) --- react/features/toolbox/components/web/Toolbox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/features/toolbox/components/web/Toolbox.tsx b/react/features/toolbox/components/web/Toolbox.tsx index 6965d697b..a9d540b86 100644 --- a/react/features/toolbox/components/web/Toolbox.tsx +++ b/react/features/toolbox/components/web/Toolbox.tsx @@ -366,7 +366,7 @@ const styles = () => { margin: 0, marginBottom: '8px', maxHeight: 'calc(100vh - 100px)', - width: '240px' + minWidth: '240px' }, hangupMenu: {