Browse Source

Remove incorrect code

satof3 8 months ago
parent
commit
7d4f8e4375
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/components/Common/PagePathNav/PagePathNavLayout.tsx

+ 1 - 1
apps/app/src/components/Common/PagePathNav/PagePathNavLayout.tsx

@@ -42,7 +42,7 @@ export const PagePathNavLayout = (props: Props): JSX.Element => {
 
   const copyDropdownId = `copydropdown-in-pagepathnavlayout-${pageId}`;
 
-  const containerLayoutClass = inline ? 'mt-2' : 'd-flex align-items-center';
+  const containerLayoutClass = inline ? '' : 'd-flex align-items-center';
 
   return (
     <div