From 22a695be449014252be447d0e850948c254b68b4 Mon Sep 17 00:00:00 2001 From: Michael James Date: Thu, 5 Apr 2018 23:56:58 +0100 Subject: [PATCH] Added into the scss file also --- client/src/styles/cms.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/styles/cms.scss b/client/src/styles/cms.scss index f4fcd7f..fe4469c 100755 --- a/client/src/styles/cms.scss +++ b/client/src/styles/cms.scss @@ -188,3 +188,8 @@ margin-top: 5px; } } +#Form_EditForm_Summary_Holder { + .form__field-holder.form__field-holder--no-label { + margin: 20px 0 10px 20px; + } +}