Skip to content

Instantly share code, notes, and snippets.

@hadijahkyampeire
Created March 30, 2020 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hadijahkyampeire/4a1739ff5395b8ef220b27bbf9496f9c to your computer and use it in GitHub Desktop.
Save hadijahkyampeire/4a1739ff5395b8ef220b27bbf9496f9c to your computer and use it in GitHub Desktop.
.app {
text-align: center;
background-color: #2a2a2ab5;
height: 100vh;
}
.app .rich-editor {
padding: 10rem;
}
.rich-editor .rdw-editor-main {
background-color: #fff;
}
.rich-editor .DraftEditor-editorContainer {
padding: 1rem;
}
.draft-editor-wrapper {
border: 1px solid #ccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment