Fix js editor loader height (#3349)
This commit is contained in:
parent
05ea511937
commit
fcfc5a52b6
1 changed files with 4 additions and 0 deletions
|
@ -85,6 +85,10 @@ const useStyles = makeStyles(
|
||||||
"& .ce-popover__item-icon": {
|
"& .ce-popover__item-icon": {
|
||||||
color: theme.palette.saleor.generic.verydark,
|
color: theme.palette.saleor.generic.verydark,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"& .codex-editor__loader": {
|
||||||
|
height: "30px",
|
||||||
|
},
|
||||||
"& .ce-toolbox.ce-toolbox--opened": {
|
"& .ce-toolbox.ce-toolbox--opened": {
|
||||||
left: 16,
|
left: 16,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue