From 9c4500a49b5f91ef65c7a0128dfcdab02a5661f2 Mon Sep 17 00:00:00 2001 From: aaronoah Date: Sat, 21 Jul 2018 13:45:03 -0500 Subject: [PATCH] Fix the dashboard start screen not centered bug on IE11 --- src/core_plugins/kibana/public/dashboard/styles/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core_plugins/kibana/public/dashboard/styles/index.less b/src/core_plugins/kibana/public/dashboard/styles/index.less index ea7b5b3c3bf88..336161688814c 100644 --- a/src/core_plugins/kibana/public/dashboard/styles/index.less +++ b/src/core_plugins/kibana/public/dashboard/styles/index.less @@ -123,6 +123,7 @@ .start-screen { margin: 20px auto; max-width: 800px; + width: 100%; background: #FFF; padding: 40px; border-radius: 4px;