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

chaokunyang pushed a commit to branch fix_table_align
in repository https://gitbox.apache.org/repos/asf/fory-site.git

commit 3b9f0b241ba61cf83753b05071bdea613c387cc9
Author: chaokunyang <[email protected]>
AuthorDate: Fri May 22 02:37:07 2026 +0800

    Left align docs tables
---
 src/css/custom.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/css/custom.css b/src/css/custom.css
index 30dec7e27a..bf7ce2b210 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -153,6 +153,8 @@
 
 .theme-doc-markdown > table {
   display: table;
+  margin-left: 0;
+  margin-right: auto;
 }
 
 .theme-doc-markdown > pre,
@@ -199,6 +201,8 @@
 
 .theme-doc-markdown table {
   font-size: .95rem;
+  margin-left: 0;
+  margin-right: auto;
 }
 
 .theme-doc-markdown th {


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

Reply via email to