Explorar el Código

Merge pull request #2186 from weseek/imprv/account-page-title-link

added py-3 in GrowiSubNavigationForUserPage
itizawa hace 5 años
padre
commit
3e4b291589

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

@@ -55,7 +55,7 @@ const GrowiSubNavigationForUserPage = (props) => {
   }
   }
 
 
   return (
   return (
-    <div className={`px-3 ${additionalClassNames.join(' ')}`}>
+    <div className={`px-3 py-3 ${additionalClassNames.join(' ')}`}>
       <PagePathNav pageId={pageId} pagePath={path} />
       <PagePathNav pageId={pageId} pagePath={path} />
 
 
       <div className="d-flex align-items-center justify-content-between">
       <div className="d-flex align-items-center justify-content-between">