From 3371360bc75fd42256e2c520162086eef2aea954 Mon Sep 17 00:00:00 2001 From: Chris Houston Date: Tue, 26 Jun 2018 13:14:39 -0400 Subject: [PATCH] Adding a small space between the text box & text area fields and the help text ( which is the character counter ) underneath. --- src/Umbraco.Web.UI.Client/src/less/forms.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/less/forms.less b/src/Umbraco.Web.UI.Client/src/less/forms.less index 1a1f3bb93e..5926ea2163 100644 --- a/src/Umbraco.Web.UI.Client/src/less/forms.less +++ b/src/Umbraco.Web.UI.Client/src/less/forms.less @@ -544,6 +544,9 @@ input[type="checkbox"][readonly] { padding-left: 5px; } +div.help { + margin-top: 5px; +} // INPUT GROUPS