From 09efa20a1362f7323c2e35c33a19b2c5892dfbff Mon Sep 17 00:00:00 2001 From: CF Mitrah Date: Wed, 28 Feb 2024 16:29:36 +0530 Subject: [PATCH] Wrap the tag/function descriptions --- builders/html/assets/css/base.css | 3 +++ builders/html/templates/_object.cfm | 2 +- builders/html/templates/aToZIndex.cfm | 2 +- builders/html/templates/implementationStatus.cfm | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/builders/html/assets/css/base.css b/builders/html/assets/css/base.css index 5482c6a0e..094050c34 100644 --- a/builders/html/assets/css/base.css +++ b/builders/html/assets/css/base.css @@ -12742,3 +12742,6 @@ div.oembedall-lanyard .first { } /*# sourceMappingURL=base.css.map */ +.word-wrap { + word-break: break-word; +} \ No newline at end of file diff --git a/builders/html/templates/_object.cfm b/builders/html/templates/_object.cfm index 639a199c5..aff9f7ba8 100644 --- a/builders/html/templates/_object.cfm +++ b/builders/html/templates/_object.cfm @@ -17,7 +17,7 @@
-
[[#local.child.getId()#]] #htmleditformat(local.child.getDescription())#
+
[[#local.child.getId()#]] #htmleditformat(local.child.getDescription())#
diff --git a/builders/html/templates/aToZIndex.cfm b/builders/html/templates/aToZIndex.cfm index 46383f4f3..260606bd4 100644 --- a/builders/html/templates/aToZIndex.cfm +++ b/builders/html/templates/aToZIndex.cfm @@ -44,7 +44,7 @@
-
+
[[#htmleditformat(local.child.getId())#]] #htmleditformat( getMetaDescription(local.child, local.child.getBody()) )#
diff --git a/builders/html/templates/implementationStatus.cfm b/builders/html/templates/implementationStatus.cfm index 21a46b990..d226e6ee5 100644 --- a/builders/html/templates/implementationStatus.cfm +++ b/builders/html/templates/implementationStatus.cfm @@ -19,7 +19,7 @@
-
[[#local.child.getId()#]] #htmleditformat(local.child.getDescription())#
+
[[#local.child.getId()#]] #htmleditformat(local.child.getDescription())#
@@ -32,7 +32,7 @@
-
[[#local.child.getId()#]] #htmleditformat(local.child.getDescription())#
+
[[#local.child.getId()#]] #htmleditformat(local.child.getDescription())#