Skip to content

Commit

Permalink
Reduce RTE margins more
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Oct 25, 2023
1 parent 8ca51f2 commit fbcddba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/styles/GlobalStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -174,6 +175,10 @@ const GlobalStyle = createGlobalStyle`
border-radius: 8px;
padding: 1rem 0.8rem;
}
.public-DraftStyleDefault-block {
margin: 0.5em 0;
}
`;

export { GlobalStyle };

0 comments on commit fbcddba

Please sign in to comment.