react-email-editor icon indicating copy to clipboard operation
react-email-editor copied to clipboard

responsive

Open Nothing-Works opened this issue 5 years ago • 1 comments

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?

Nothing-Works avatar May 05 '19 21:05 Nothing-Works

Hello It seems like this editor is not responsive yet. Anyone can advise me an alternative way?

Dev-Demons avatar Aug 18 '23 11:08 Dev-Demons