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/03/26 09:35:09 UTC

[camel-website] branch master updated: fixed nab-menu items overflow issue

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 4b383f6  fixed nab-menu items overflow issue
4b383f6 is described below

commit 4b383f6e8702128557516a1ed6de4b7276b20a21
Author: AghaSaad04 <ag...@gmail.com>
AuthorDate: Mon Mar 23 20:25:11 2020 +0500

    fixed nab-menu items overflow issue
---
 antora-ui-camel/src/css/nav.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/antora-ui-camel/src/css/nav.css b/antora-ui-camel/src/css/nav.css
index 153d8aa..ca83c89 100644
--- a/antora-ui-camel/src/css/nav.css
+++ b/antora-ui-camel/src/css/nav.css
@@ -122,6 +122,7 @@ html.is-clipped--nav {
   padding: 0.5rem 0.75rem;
   line-height: var(--nav-line-height);
   position: relative;
+  word-break: break-word;
 }
 
 .nav-menu h3.title {