From a56c856e0da38a35274839a1ff69719f774dec8f Mon Sep 17 00:00:00 2001 From: Aaron Zhao Date: Tue, 24 Jul 2018 14:17:22 -0500 Subject: [PATCH] Fix the dashboard start screen not centered bug on IE11 (#21066) --- 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 ca1359dc35003a..626c33dfd474f6 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;