From e9f3f27252164214c8c6164f993bf792505b46eb Mon Sep 17 00:00:00 2001 From: Lei OT Date: Tue, 26 Nov 2024 14:18:33 +0800 Subject: [PATCH] style: --- src/components/LexicalEditor/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LexicalEditor/styles.css b/src/components/LexicalEditor/styles.css index 771d1c7..7b8ac4b 100644 --- a/src/components/LexicalEditor/styles.css +++ b/src/components/LexicalEditor/styles.css @@ -886,7 +886,7 @@ i.justify-align { user-select: none; } -.editor-container .editor-image img { +.editor-container .editor-image img, .editor-paragraph img { max-width: 100%; cursor: default; }