소스 검색

update margin

reiji-h 2 년 전
부모
커밋
98e708944e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      apps/app/src/components/PageEditor/OptionsSelector.tsx

+ 1 - 1
apps/app/src/components/PageEditor/OptionsSelector.tsx

@@ -217,7 +217,7 @@ const ConfigurationSelector = memo((): JSX.Element => {
   }, [editorSettings, t, update]);
 
   return (
-    <div className="mx-2 mt-1">
+    <div className="mx-3 mt-1">
       {renderActiveLineMenuItem()}
       {renderMarkdownTableAutoFormattingMenuItem()}
     </div>