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

arm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new 78c6a510 #918 - allow 4 columns on committee page
78c6a510 is described below

commit 78c6a510e2f0f5193aea7ab1e4c068f0cc1481c0
Author: Alastair McFarlane <[email protected]>
AuthorDate: Mon Mar 30 15:41:36 2026 +0100

    #918 - allow 4 columns on committee page
---
 atr/templates/committee-directory.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/atr/templates/committee-directory.html 
b/atr/templates/committee-directory.html
index 216f78b8..46acbcd6 100644
--- a/atr/templates/committee-directory.html
+++ b/atr/templates/committee-directory.html
@@ -76,7 +76,7 @@
         </p>
     </div>
 
-    <div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 g-4">
+    <div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 row-cols-xl-4 g-4">
         {% for committee in committees %}
             {% set is_part = false %}
             {% if current_user and committee %}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to