Skip to content

Commit

Permalink
[Fleet] Fix layout padding (#166837)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet authored Sep 20, 2023
1 parent c9b38ce commit 1220da7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/plugins/fleet/public/layouts/without_header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1220da7

Please sign in to comment.