You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/04/19 08:16:26 UTC

[isis] branch master updated: ISIS-3006: remove vertical padding in header and footer nav

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 72cda9a35f ISIS-3006: remove vertical padding in header and footer nav
72cda9a35f is described below

commit 72cda9a35fff9132294248a0270027b77ab297f8
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Apr 19 10:16:20 2022 +0200

    ISIS-3006: remove vertical padding in header and footer nav
---
 .../apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css b/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css
index b83ef601f5..5d95edaa27 100644
--- a/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css
+++ b/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css
@@ -1204,7 +1204,7 @@ ul.tertiary li.dropdown ul.dropdown-menu {
 /* header/footer vertical padding fix */
 nav.sticky-top,
 footer > .navbar {
-    padding: 0.5rem 1rem;
+    padding: 0 1rem;
 }
 
 /* enable line wrapping on nav-bar's content, so we don't overflow */