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-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new 3a9438b  Fix a problem with preformatted style in table cells
3a9438b is described below

commit 3a9438b8069331173c41b2f13d252fe579a33c0e
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Dec 29 14:33:35 2025 +0000

    Fix a problem with preformatted style in table cells
---
 atr/static/css/atr.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/atr/static/css/atr.css b/atr/static/css/atr.css
index bd3566d..c3c262d 100644
--- a/atr/static/css/atr.css
+++ b/atr/static/css/atr.css
@@ -159,6 +159,12 @@ pre {
     border: 1px solid #d1d2d3;
 }
 
+td pre {
+    margin-bottom: 0;
+    padding: 0;
+    border: none;
+}
+
 p code, li code { color: #aa0033; }
 
 a:has(code) {


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

Reply via email to