You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/06/29 05:23:11 UTC

[isis] 03/07: ISIS-2760: ensure that there is, though, some spacing after tabGroups.

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

danhaywood pushed a commit to branch ISIS-2779
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 665e13062ce456ccfa8cd282813906305f7edb01
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Jun 29 06:05:05 2021 +0100

    ISIS-2760: ensure that there is, though, some spacing after tabGroups.
---
 .../apache/isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 7c44728..07af137 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
@@ -1205,6 +1205,6 @@ ul.navbar-wrap {
 	flex-wrap:wrap;
 }
 
-div.col > div.tabGroups {
-    margin-bottom: 10px;
+.tabGroups {
+    margin-bottom: 21px;
 }