Skip to content

Commit

Permalink
fix. editor css
Browse files Browse the repository at this point in the history
  • Loading branch information
doyupK committed Sep 27, 2023
1 parent c167364 commit 6aee854
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion apps/web/src/styles/globalStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ const GlobalStyle = createGlobalStyle`
cursor: pointer;
}
.toastui-editor-contents * {
.toastui-editor-contents div {
display: flex;
flex-direction: column;
align-items: center;
}
.toastui-editor-contents {
display: flex;
flex-direction: column;
align-items: center;
Expand Down

0 comments on commit 6aee854

Please sign in to comment.