react-email-editor
react-email-editor copied to clipboard
responsive
Is it to make the editor fully responsive?
const Editor = styled.div`
flex: 1;
display: flex;
> iframe {
flex: 1;
width: 100%;
height: 100%;
min-height: ${props => props.minHeight || '500px'} !important;
display: flex;
border: 0px;
}
`
I have tried this one. but still not ideal. is it possible though?
Hello It seems like this editor is not responsive yet. Anyone can advise me an alternative way?