reiji-h 2 лет назад
Родитель
Сommit
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>