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 2019/08/12 09:37:36 UTC

[camel-website] branch master updated: fix: remove the table scrollbar when it's not n...

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 b322e64  fix: remove the table scrollbar when it's not n...
b322e64 is described below

commit b322e64406d7e8047fc304e92039b8c51dcb8d4c
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Mon Aug 12 11:37:32 2019 +0200

    fix: remove the table scrollbar when it's not n...
    
    ...eeded
---
 antora-ui-camel/src/css/doc.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/antora-ui-camel/src/css/doc.css b/antora-ui-camel/src/css/doc.css
index 3afcfb8..c6b6ad5 100644
--- a/antora-ui-camel/src/css/doc.css
+++ b/antora-ui-camel/src/css/doc.css
@@ -94,7 +94,7 @@
 }
 
 .doc .table-wrapper {
-  overflow-x: scroll;
+  overflow-x: auto;
 }
 
 .doc .tableblock p {