mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fix home page width for IE11 (#23491)
This commit is contained in:
parent
de2863ae9f
commit
fed1525b61
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import { EuiPage, EuiPageBody, EuiPageContent } from '@elastic/eui';
|
|||
import { WorkpadLoader } from '../../components/workpad_loader';
|
||||
|
||||
export const HomeApp = () => (
|
||||
<EuiPage restrictWidth>
|
||||
<EuiPage restrictWidth style={{ width: '100%' }}>
|
||||
<EuiPageBody>
|
||||
<EuiPageContent panelPaddingSize="none" horizontalPosition="center">
|
||||
<WorkpadLoader onClose={() => {}} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue