mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Fleet] Fix layout padding (#166837)
This commit is contained in:
parent
c9b38cece8
commit
1220da736b
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue