From 4bf75ded4670fa5b4c264db798dac37175170052 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Mon, 15 Apr 2024 18:22:18 +0300 Subject: [PATCH] fix(panel-wrapper): wider modal --- src/pages/ManageValidator/RightManagePanels/PanelWrapper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ManageValidator/RightManagePanels/PanelWrapper.tsx b/src/pages/ManageValidator/RightManagePanels/PanelWrapper.tsx index d16547eb..8fe73b7b 100644 --- a/src/pages/ManageValidator/RightManagePanels/PanelWrapper.tsx +++ b/src/pages/ManageValidator/RightManagePanels/PanelWrapper.tsx @@ -32,7 +32,7 @@ const PanelWrapper = ({ children, title }: PanelWrapperProps) => { style={{ content: { borderRadius: '12px', - width: '70%', + width: '75%', margin: '0 auto', scrollbarWidth: 'thin', scrollbarColor: 'transparent transparent',