From 207d6b53b53b797c81f6ee1494f9e1fc92d389dc Mon Sep 17 00:00:00 2001 From: Ronald Barendse Date: Mon, 4 Sep 2017 11:22:56 +0200 Subject: [PATCH] Fixed .umb-panel-header-content-wrapper height The .umb-panel-header-content-wrapper was 1 pixel higher than the parent .umb-panel-header, now both heights are 99px. --- src/Umbraco.Web.UI.Client/src/less/panel.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/panel.less b/src/Umbraco.Web.UI.Client/src/less/panel.less index 7c18b79c81..0b6505dfa7 100644 --- a/src/Umbraco.Web.UI.Client/src/less/panel.less +++ b/src/Umbraco.Web.UI.Client/src/less/panel.less @@ -356,7 +356,7 @@ .umb-panel-header-content-wrapper { display: flex; flex-direction: column; - height: 100px; + height: 99px; padding: 0 20px; }