This is an automated email from the ASF dual-hosted git repository.
claudio4j pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push:
new 0e1f0be1 CAMEL-22409: zwsp invisible character breaks property at
runtime (#1549)
0e1f0be1 is described below
commit 0e1f0be12abc8d948eb7c2f7490f7fdd4b3004c9
Author: Claudio Miranda <[email protected]>
AuthorDate: Fri Mar 27 07:31:19 2026 -0300
CAMEL-22409: zwsp invisible character breaks property at runtime (#1549)
CAMEL-22409
---
antora-ui-camel/src/css/doc.css | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/antora-ui-camel/src/css/doc.css b/antora-ui-camel/src/css/doc.css
index 04ddf18a..f7e1d923 100644
--- a/antora-ui-camel/src/css/doc.css
+++ b/antora-ui-camel/src/css/doc.css
@@ -175,6 +175,12 @@
word-break: normal;
}
+/* breaks long property names */
+.doc table.tableblock tbody tr td:first-child {
+ width: 25%;
+ overflow-wrap: anywhere;
+}
+
.doc a:hover {
color: var(--link_hover-font-color);
}