mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Accomodate height of the <EuiBottomBar /> (#104882)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
b2b57a2404
commit
5256b6d23e
1 changed files with 3 additions and 1 deletions
|
@ -430,7 +430,9 @@ export const EditPackagePolicyForm = memo<{
|
|||
/>
|
||||
)}
|
||||
{configurePackage}
|
||||
<EuiSpacer size="l" />
|
||||
{/* Extra space to accomodate the EuiBottomBar height */}
|
||||
<EuiSpacer size="xxl" />
|
||||
<EuiSpacer size="xxl" />
|
||||
<EuiBottomBar>
|
||||
<EuiFlexGroup justifyContent="spaceBetween" alignItems="center">
|
||||
<EuiFlexItem grow={false}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue