[Fleet] Fix layout padding (#166837)

This commit is contained in:
Nicolas Chaulet 2023-09-20 18:45:01 -04:00 committed by GitHub
parent c9b38cece8
commit 1220da736b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {