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

DomGarguilo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new 2930ba24e5 Make font larger in Monitor overview matrix badges (#6398)
2930ba24e5 is described below

commit 2930ba24e5912dbc61e37cd9eae9e8083d3908a3
Author: Dom G. <[email protected]>
AuthorDate: Fri May 29 11:37:01 2026 -0400

    Make font larger in Monitor overview matrix badges (#6398)
---
 .../resources/org/apache/accumulo/monitor/resources/css/screen.css  | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/css/screen.css
 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/css/screen.css
index f076e607f9..bef7ab6532 100644
--- 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/css/screen.css
+++ 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/css/screen.css
@@ -320,8 +320,10 @@ pre.logevent {
 }
 
 .deployment-count-badge {
-  min-width: 2.35rem;
-  padding: 0.3em 0.55em;
+  --bs-badge-font-size: 1em;
+  --bs-badge-padding-x: 0.65em;
+  --bs-badge-padding-y: 0.2em;
+  min-width: 2rem;
   color: #333333;
   font-variant-numeric: tabular-nums;
 }

Reply via email to