From 954f437fbb83084dae4dace7294a1c29886e52e9 Mon Sep 17 00:00:00 2001 From: Stacey Gammon Date: Wed, 30 May 2018 13:14:31 -0400 Subject: [PATCH] Remove padding that exists only in 6.x but not master, a discrepency that isn't intentional (#19547) --- src/core_plugins/kibana/public/dashboard/styles/index.less | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core_plugins/kibana/public/dashboard/styles/index.less b/src/core_plugins/kibana/public/dashboard/styles/index.less index e5710ccbcce75..e19de89a54413 100644 --- a/src/core_plugins/kibana/public/dashboard/styles/index.less +++ b/src/core_plugins/kibana/public/dashboard/styles/index.less @@ -382,7 +382,6 @@ dashboard-viewport-provider { flex: 1 1 100%; height: auto; z-index: 1; /* 1. */ - padding: 0 8px 8px 8px; } .panel-content--fullWidth {