|
|
@@ -21,8 +21,8 @@ export const PageTree = (): JSX.Element => {
|
|
|
return (
|
|
|
// TODO : #139425 Match the space specification method to others
|
|
|
// 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>
|
|
|
<Suspense>
|
|
|
<PageTreeHeader
|