Skip to content

Commit

Permalink
[Page Template] Remove forced padding when centeredBody
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Jun 24, 2021
1 parent d3fe40c commit 38407e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export const KibanaPageTemplate: FunctionComponent<KibanaPageTemplateProps> = ({
<EuiPageTemplate
template={template}
restrictWidth={restrictWidth}
paddingSize={template === 'centeredBody' ? 'none' : 'l'}
pageHeader={pageHeader}
pageSideBar={pageSideBar}
pageSideBarProps={{
Expand Down

0 comments on commit 38407e3

Please sign in to comment.