From dbf3108c36770432c8ebc5bb26a4e6d448ce2e3f Mon Sep 17 00:00:00 2001 From: Hamdullah Shah Date: Wed, 23 Nov 2022 05:25:48 -0800 Subject: [PATCH] Fix Sidebar Size Summary: Set width of sidebar for `main` position in `MasterDetail`. Reviewed By: mweststrate Differential Revision: D41493698 fbshipit-source-id: a9f4804256a7ee46ed32f367e8b21ff57dd484e0 --- desktop/flipper-plugin/src/ui/MasterDetail.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/flipper-plugin/src/ui/MasterDetail.tsx b/desktop/flipper-plugin/src/ui/MasterDetail.tsx index ddbfb8d66..0e0560b27 100644 --- a/desktop/flipper-plugin/src/ui/MasterDetail.tsx +++ b/desktop/flipper-plugin/src/ui/MasterDetail.tsx @@ -228,7 +228,7 @@ export function MasterDetail({ return ( {table} - {sidebar} + {sidebar} ); case 'right':