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/25 09:13:51 UTC

[isis] branch master updated: ISIS-2877: css fix: fit button-group inside surrounding value input box

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 3862de5b07 ISIS-2877: css fix: fit button-group inside surrounding value input box
3862de5b07 is described below

commit 3862de5b0732e6c1d0c942b9fd104b6050569671
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Apr 25 11:13:46 2022 +0200

    ISIS-2877: css fix: fit button-group inside surrounding value input box
---
 .../isis/viewer/wicket/ui/pages/bootstrap-overrides-all-v2.css       | 5 ++++-
 1 file changed, 4 insertions(+), 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 5d95edaa27..e45274dbe8 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
@@ -974,7 +974,10 @@ footer .footer-image {
     margin-bottom: 4px;
 }
 
-
+/* fit button-group inside surrounding value input box */
+.scalarValueInput .btn-group-sm > .btn {
+	padding: .20rem .5rem;
+}
 
 .booleanPanel .actions-right .additionalLinkListInline {
     margin-top: 0px;