You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2020/07/25 21:04:56 UTC

[camel-website] branch master updated: fix: image and link presentation within eip table

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 29f7e14  fix: image and link presentation within eip table
29f7e14 is described below

commit 29f7e1493cb97370dc632c5729b876dba9523125
Author: Aemie <ae...@hotmail.co.uk>
AuthorDate: Sat Jul 25 15:33:27 2020 +0530

    fix: image and link presentation within eip table
---
 antora-ui-camel/src/css/doc.css | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/antora-ui-camel/src/css/doc.css b/antora-ui-camel/src/css/doc.css
index f2d28aa..90ec55a 100644
--- a/antora-ui-camel/src/css/doc.css
+++ b/antora-ui-camel/src/css/doc.css
@@ -151,6 +151,10 @@
   word-break: break-word;
 }
 
+.doc table.tableblock td a {
+  word-break: normal;
+}
+
 .doc a:hover {
   color: var(--link_hover-font-color);
 }
@@ -361,6 +365,10 @@
   max-width: 100%;
 }
 
+.doc table.tableblock td .imageblock img {
+  max-width: 50px;
+}
+
 #preamble .abstract blockquote {
   background: var(--abstract-background);
   border-left: 5px solid var(--abstract-border-color);