From 794e14e558bf1d861fa579ea0899ee91606d0fc6 Mon Sep 17 00:00:00 2001 From: Kenn Jacobsen Date: Wed, 29 Jul 2020 09:19:32 +0200 Subject: [PATCH] Fix panel header spacing when a description is present --- 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 71dbf92a96..115bdaed70 100644 --- a/src/Umbraco.Web.UI.Client/src/less/panel.less +++ b/src/Umbraco.Web.UI.Client/src/less/panel.less @@ -433,7 +433,7 @@ input.umb-panel-header-description { .umb-panel-header-locked-description { font-size: 12px; - margin-top: 2px; + margin: 2px 0 0 0; height: 22px; line-height: 22px; }