Explorar o código

update margin

reiji-h %!s(int64=2) %!d(string=hai) anos
pai
achega
98e708944e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>