From 01754f615fa6f37d4da96feb9679a645bd623cd4 Mon Sep 17 00:00:00 2001 From: Ryan Keairns Date: Tue, 25 Sep 2018 10:00:02 -0500 Subject: [PATCH] fix home page width for IE11 --- x-pack/plugins/canvas/public/apps/home/home_app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/canvas/public/apps/home/home_app.js b/x-pack/plugins/canvas/public/apps/home/home_app.js index 8c9b52da932c2..b2d1e1810c52a 100644 --- a/x-pack/plugins/canvas/public/apps/home/home_app.js +++ b/x-pack/plugins/canvas/public/apps/home/home_app.js @@ -9,7 +9,7 @@ import { EuiPage, EuiPageBody, EuiPageContent } from '@elastic/eui'; import { WorkpadLoader } from '../../components/workpad_loader'; export const HomeApp = () => ( - + {}} />