Browse Source

fix growisubnavigation

zahmis 5 years ago
parent
commit
a10c6aaf86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client/js/components/Navbar/GrowiSubNavigation.jsx

+ 1 - 1
src/client/js/components/Navbar/GrowiSubNavigation.jsx

@@ -147,7 +147,7 @@ const GrowiSubNavigation = (props) => {
   // Display only the RevisionPath
   // Display only the RevisionPath
   if (isPageNotFound || isPageForbidden) {
   if (isPageNotFound || isPageForbidden) {
     return (
     return (
-      <div className="grw-subnav d-flex align-items-center justify-content-between mt-5">
+      <div className="grw-subnav d-flex align-items-center justify-content-between">
         <PagePathNav pageId={pageId} pagePath={path} isPageForbidden={isPageForbidden} />
         <PagePathNav pageId={pageId} pagePath={path} isPageForbidden={isPageForbidden} />
       </div>
       </div>
     );
     );