From fcfc5a52b607e659cec4478b0e6c34462c255434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chy=C5=82a?= Date: Tue, 14 Mar 2023 13:59:08 +0100 Subject: [PATCH] Fix js editor loader height (#3349) --- src/components/RichTextEditor/styles.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/RichTextEditor/styles.ts b/src/components/RichTextEditor/styles.ts index a4d0aeac9..174af4596 100644 --- a/src/components/RichTextEditor/styles.ts +++ b/src/components/RichTextEditor/styles.ts @@ -85,6 +85,10 @@ const useStyles = makeStyles( "& .ce-popover__item-icon": { color: theme.palette.saleor.generic.verydark, }, + + "& .codex-editor__loader": { + height: "30px", + }, "& .ce-toolbox.ce-toolbox--opened": { left: 16, },