Fix js editor loader height (#3349)

This commit is contained in:
Paweł Chyła 2023-03-14 13:59:08 +01:00 committed by GitHub
parent 05ea511937
commit fcfc5a52b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
},