You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/06/27 08:40:27 UTC

[myfaces-tobago] 01/02: fix: tc:links in tc:bar

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

hnoeth pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 0c97b83575634b880d62db0accd586254d1b7ff0
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Tue Jun 27 09:49:01 2023 +0200

    fix: tc:links in tc:bar
    
    * remove margin-bottom
    
    Issue: TOBAGO-2215
---
 tobago-theme/src/main/scss/_tobago.scss | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tobago-theme/src/main/scss/_tobago.scss b/tobago-theme/src/main/scss/_tobago.scss
index b5107f6468..7533093e7b 100644
--- a/tobago-theme/src/main/scss/_tobago.scss
+++ b/tobago-theme/src/main/scss/_tobago.scss
@@ -408,6 +408,10 @@ tobago-bar {
     on the link itself but on the parent tag. */
     @include linkWithoutUnderline();
   }
+
+  tobago-links.tobago-auto-spacing {
+    margin-bottom: 0;
+  }
 }
 
 tobago-behavior {