From aff5a9c31d716b84cd44d449e52bd21e57e5df1f Mon Sep 17 00:00:00 2001 From: SiriusXT <1160925501@qq.com> Date: Mon, 26 May 2025 16:05:27 +0800 Subject: [PATCH] style(math): Set the default width of the math formula editing dialog --- packages/ckeditor5-math/src/mathui.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ckeditor5-math/src/mathui.ts b/packages/ckeditor5-math/src/mathui.ts index cc402c1e6..851c86e63 100644 --- a/packages/ckeditor5-math/src/mathui.ts +++ b/packages/ckeditor5-math/src/mathui.ts @@ -126,6 +126,7 @@ export default class MathUI extends Plugin { Object.assign(textarea.style, { resize: 'both', height: '100px', + width: '400px', minWidth: '100%', }); });