Skip to content

Commit

Permalink
fix home page width for IE11 (#23491)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Keairns authored and Rashid Khan committed Sep 26, 2018
1 parent 5bf68d6 commit 1df2981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/canvas/public/apps/home/home_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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={() => {}} />
Expand Down

0 comments on commit 1df2981

Please sign in to comment.