Browse Source

adjust styles

Shun Miyazawa 2 năm trước cách đây
mục cha
commit
4c9a7167b3

+ 2 - 2
apps/app/src/components/Sidebar/PageTree/PageTree.tsx

@@ -21,8 +21,8 @@ export const PageTree = (): JSX.Element => {
   return (
   return (
     // TODO : #139425 Match the space specification method to others
     // TODO : #139425 Match the space specification method to others
     // ref.  https://redmine.weseek.co.jp/issues/139425
     // ref.  https://redmine.weseek.co.jp/issues/139425
-    <div className="pt-4 pb-3 px-3">
-      <div className="grw-sidebar-content-header d-flex">
+    <div className="px-3">
+      <div className="grw-sidebar-content-header py-3 d-flex">
         <h3 className="mb-0">{t('Page Tree')}</h3>
         <h3 className="mb-0">{t('Page Tree')}</h3>
         <Suspense>
         <Suspense>
           <PageTreeHeader
           <PageTreeHeader