From 121a34bec1906e825b8eddf3897ac4fc6d6c0bf6 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal Date: Mon, 4 Nov 2024 20:13:10 +0530 Subject: [PATCH] fix: floating toolbar max width --- packages/editor/src/styles/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor/src/styles/editor.css b/packages/editor/src/styles/editor.css index 05c9dc1456b..ae7256cf9a1 100644 --- a/packages/editor/src/styles/editor.css +++ b/packages/editor/src/styles/editor.css @@ -192,7 +192,7 @@ ul[data-type="taskList"] li[data-checked="true"] > div > p { /* Overwrite tippy-box original max-width */ .tippy-box { - max-width: 400px !important; + max-width: 600px !important; } .fade-in {