This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
commit da19cba1e034dc378f674121ac00f9673ee53876 Author: Dan Klco <[email protected]> AuthorDate: Thu Oct 29 00:23:39 2020 -0400 Removing spacing so the scroll container doesn't show off screen --- .../main/resources/jcr_root/libs/sling-cms/content/i18n/dictionary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/main/resources/jcr_root/libs/sling-cms/content/i18n/dictionary.json b/ui/src/main/resources/jcr_root/libs/sling-cms/content/i18n/dictionary.json index 355cd9c..650f0db 100644 --- a/ui/src/main/resources/jcr_root/libs/sling-cms/content/i18n/dictionary.json +++ b/ui/src/main/resources/jcr_root/libs/sling-cms/content/i18n/dictionary.json @@ -10,7 +10,7 @@ "richtext": { "jcr:primaryType": "nt:unstructured", "sling:resourceType": "sling-cms/components/general/richtext", - "text": "<br/><h3>i18n Dictionary</h3><br/>" + "text": "<h3>i18n Dictionary</h3>" }, "contentactions": { "jcr:primaryType": "nt:unstructured",
