diff --git a/src/styles/GlobalStyle.js b/src/styles/GlobalStyle.js index bcd091f99..c5b7e0073 100644 --- a/src/styles/GlobalStyle.js +++ b/src/styles/GlobalStyle.js @@ -163,8 +163,9 @@ const GlobalStyle = createGlobalStyle` .rdw-editor-toolbar { border-width: 0 0 1px; background-color: hsl(0, 0%, 98%); + margin-bottom: 0; } - + .rdw-editor-main { padding: 10px; padding-top: 0; @@ -174,6 +175,10 @@ const GlobalStyle = createGlobalStyle` border-radius: 8px; padding: 1rem 0.8rem; } + + .public-DraftStyleDefault-block { + margin: 0.5em 0; + } `; export { GlobalStyle };