Parcourir la source

update margin

reiji-h il y a 2 ans
Parent
commit
98e708944e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>