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/06/09 12:15:44 UTC

[isis] branch master updated: ISIS-3048: CSS fix for Select2 bottom margin

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 6d00c721f6 ISIS-3048: CSS fix for Select2 bottom margin
6d00c721f6 is described below

commit 6d00c721f656f4c4027d8445c211eb29f527ffdf
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Jun 9 14:15:37 2022 +0200

    ISIS-3048: CSS fix for Select2 bottom margin
---
 .../ui/pages/common/bootstrap/css/bootstrap-overrides-all-v2.css    | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/common/bootstrap/css/bootstrap-overrides-all-v2.css b/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/common/bootstrap/css/bootstrap-overrides-all-v2.css
index 88813b53f8..224238d960 100644
--- a/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/common/bootstrap/css/bootstrap-overrides-all-v2.css
+++ b/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/common/bootstrap/css/bootstrap-overrides-all-v2.css
@@ -1232,6 +1232,12 @@ ul.navbar-wrap {
   margin-right: auto !important;
 }
 
+/* SELECT 2 */
+
+.select2-container {
+  margin-bottom: 5px;
+}
+
 /* TOOLTIPS */
 
 .tooltip {