diff --git a/x-pack/plugins/fleet/public/layouts/without_header.tsx b/x-pack/plugins/fleet/public/layouts/without_header.tsx index 0f60cb28814a7..6c096636bdd89 100644 --- a/x-pack/plugins/fleet/public/layouts/without_header.tsx +++ b/x-pack/plugins/fleet/public/layouts/without_header.tsx @@ -26,6 +26,8 @@ export const Page = styled(EuiPage)` export const ContentWrapper = styled.div` height: 100%; + padding-left: ${(props) => props.theme.eui.euiSizeM}; + padding-right: ${(props) => props.theme.eui.euiSizeM}; `; interface Props {