From 6fe8967c44657c6fd0e71a3d05978c777e0363ce Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Thu, 16 Sep 2021 19:54:56 +0200 Subject: [PATCH] Make help modal bigger Signed-off-by: Tilman Vatteroth --- src/components/editor-page/app-bar/help-button/help-modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/editor-page/app-bar/help-button/help-modal.tsx b/src/components/editor-page/app-bar/help-button/help-modal.tsx index 341f2f96a..3a8a7b1fa 100644 --- a/src/components/editor-page/app-bar/help-button/help-modal.tsx +++ b/src/components/editor-page/app-bar/help-button/help-modal.tsx @@ -41,7 +41,7 @@ export const HelpModal: React.FC = ({ show, onHide }) => { const tabTitle = useMemo(() => t('editor.documentBar.help') + ' - ' + t(`editor.help.${tab}`), [t, tab]) return ( - +