Browse Source

more margin for sp

reiji-h 2 years ago
parent
commit
70ce60f86d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/components/PageEditor/EditorNavbar/EditorNavbar.tsx

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

@@ -12,7 +12,7 @@ export const EditorNavbar = (): JSX.Element => {
   const { data: editingUsers } = useEditingUsers();
 
   return (
-    <div className={`${moduleClass} d-flex justify-content-between px-4 py-1`}>
+    <div className={`${moduleClass} d-flex justify-content-between px-4 py-1 ms-3`}>
       <PageHeader />
       <EditingUserList
         userList={editingUsers?.userList ?? []}