Open arifszn opened 3 years ago
Currently the preview height is fixed to 110px and there is no way to change it.
Adding a class to preview div would be great. Thus way it can be customized.
you can change the preview height by passing the style to the Block Picker
<BlockPicker styles={blockStyle} /> const blockStyle={ default: { head: { height: '35px', } } };
Currently the preview height is fixed to 110px and there is no way to change it.
Adding a class to preview div would be great. Thus way it can be customized.