Fix header styling

This commit is contained in:
dominik-zeglen 2020-11-04 13:48:58 +01:00
parent 7c9f2a93d4
commit f4dfbe7e90

View file

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