Fix header styling
This commit is contained in:
parent
7c9f2a93d4
commit
f4dfbe7e90
1 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,10 @@ const useStyles = makeStyles(
|
|||
"& .ce-conversion-tool--focused": {
|
||||
background: `${fade(theme.palette.primary.main, 0.1)} !important`
|
||||
},
|
||||
"& .ce-header": {
|
||||
marginBottom: 0,
|
||||
paddingBottom: theme.spacing(1)
|
||||
},
|
||||
"& .ce-inline-tool": {
|
||||
...hover,
|
||||
height: 32,
|
||||
|
|
Loading…
Reference in a new issue