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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2b6b9b7  Improve the style of the file changes display
2b6b9b7 is described below

commit 2b6b9b7d86031dcc94da84994e5b003874a25af7
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri May 30 19:40:14 2025 +0100

    Improve the style of the file changes display
---
 atr/templates/revisions-selected.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/atr/templates/revisions-selected.html 
b/atr/templates/revisions-selected.html
index 292f9b2..e0f10f1 100644
--- a/atr/templates/revisions-selected.html
+++ b/atr/templates/revisions-selected.html
@@ -77,7 +77,7 @@
           {% endif %}
 
           {% if (not files_diff.added) and (not files_diff.removed) and (not 
files_diff.modified) %}
-            <p class="fst-italic text-muted">No file changes detected in this 
revision.</p>
+            <p class="fst-italic text-muted mt-2">No file changes detected in 
this revision.</p>
           {% else %}
             {% if files_diff.added %}
               <h3 class="fs-6 fw-semibold mt-3 atr-sans">


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

Reply via email to