diff --git a/apps/web/src/styles/globalStyles.ts b/apps/web/src/styles/globalStyles.ts index f913178d..16b8792b 100644 --- a/apps/web/src/styles/globalStyles.ts +++ b/apps/web/src/styles/globalStyles.ts @@ -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;