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