Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
doyupK authored Sep 27, 2023
2 parents 6d8abcf + dca7e02 commit 18bd959
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion apps/web/src/styles/globalStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@ 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 18bd959

Please sign in to comment.