From c5edfbefb6c4de35104aebff9195daba0213590e Mon Sep 17 00:00:00 2001 From: Yiannis Christodoulou Date: Fri, 19 Sep 2025 12:55:38 +0300 Subject: [PATCH] stye: Fix the width of close modal button --- frontend-tools/chapters-editor/client/src/components/Modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-tools/chapters-editor/client/src/components/Modal.tsx b/frontend-tools/chapters-editor/client/src/components/Modal.tsx index 3f9a7d57..ae7e2aa1 100644 --- a/frontend-tools/chapters-editor/client/src/components/Modal.tsx +++ b/frontend-tools/chapters-editor/client/src/components/Modal.tsx @@ -45,7 +45,7 @@ const Modal: React.FC = ({ isOpen, onClose, title, children, actions
e.stopPropagation()}>

{title}

-