From 451f3da8f4afb009a850b225deda32f3fbb2ebfd Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Sun, 21 Feb 2021 08:58:56 +0100 Subject: [PATCH] Align datatype sidebar box properties (#9632) --- src/Umbraco.Web.UI.Client/src/less/forms.less | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/forms.less b/src/Umbraco.Web.UI.Client/src/less/forms.less index 90b2dbe37e..f38ba8f806 100644 --- a/src/Umbraco.Web.UI.Client/src/less/forms.less +++ b/src/Umbraco.Web.UI.Client/src/less/forms.less @@ -800,9 +800,12 @@ legend + .control-group { // adjustments for properties tab .form-horizontal .block-form .control-label { - display: block; - float: none; - width: 100%; + display: block; + float: none; + width: 100%; +} +.form-horizontal .block-form .controls { + margin-left: 0; } //make sure buttons are always on top