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

wave 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 fe3bd22b Add padding on table cells
fe3bd22b is described below

commit fe3bd22b5044ce6a9107daed76c6d436386122b9
Author: Dave Fisher <[email protected]>
AuthorDate: Tue Mar 10 14:25:15 2026 -0700

    Add padding on table cells
---
 atr/static/css/atr.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/atr/static/css/atr.css b/atr/static/css/atr.css
index dcc1e6ec..f5a27faa 100644
--- a/atr/static/css/atr.css
+++ b/atr/static/css/atr.css
@@ -278,6 +278,8 @@ li ol {
 
 table th {
     text-align: left;
+    padding-left: 0.25rem;
+    padding-right: 0.25rem;
 }
 
 table td {
@@ -285,6 +287,8 @@ table td {
     font-family: ui-monospace, "SFMono-Regular", "Menlo", "Monaco", 
"Consolas", monospace;
     word-break: break-all;
     font-size: 0.9em;
+    padding-left: 0.25rem;
+    padding-right: 0.25rem;
 }
 
 table tr {


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

Reply via email to