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

critas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 2f96d1ce fix style (#759)
2f96d1ce is described below

commit 2f96d1cedcaf0c802ee847c67a5065659d5bd45f
Author: CritasWang <[email protected]>
AuthorDate: Wed May 21 14:31:51 2025 +0800

    fix style (#759)
---
 src/.vuepress/styles/index.scss | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/.vuepress/styles/index.scss b/src/.vuepress/styles/index.scss
index d1ef8fb3..fd54a449 100644
--- a/src/.vuepress/styles/index.scss
+++ b/src/.vuepress/styles/index.scss
@@ -60,6 +60,13 @@
 table {
   word-wrap: break-word;
   word-break: keep-all;
+  
+}
+
+table {
+  a::after {
+    display: none !important;
+  }
 }
 
 td a span {

Reply via email to