Skip to content

Commit

Permalink
Adding spacing to page details
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Jun 20, 2023
1 parent 62317a5 commit 1594b4f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,10 @@ export default function PageDetails( { id } ) {
[ record?.parent ]
);
return (
<SidebarNavigationScreenDetailsPanel title={ __( 'Details' ) }>
<SidebarNavigationScreenDetailsPanel
spacing={ 5 }
title={ __( 'Details' ) }
>
{ getPageDetails( {
parentTitle,
templateTitle,
Expand Down

0 comments on commit 1594b4f

Please sign in to comment.