This is an automated email from the ASF dual-hosted git repository.
qiaojialin 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 2d3680d fix: 下载换行样式 (#225)
2d3680d is described below
commit 2d3680d8079961d2d8026fabcd3d77b89c91c8b7
Author: tongshs <[email protected]>
AuthorDate: Tue Apr 23 14:58:14 2024 +0800
fix: 下载换行样式 (#225)
---
src/.vuepress/styles/index.scss | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/.vuepress/styles/index.scss b/src/.vuepress/styles/index.scss
index b2558ad..b452898 100644
--- a/src/.vuepress/styles/index.scss
+++ b/src/.vuepress/styles/index.scss
@@ -49,6 +49,11 @@
// }
// }
+table {
+ word-wrap: break-word;
+ word-break: keep-all;
+}
+
td a span{
display: none;
}