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

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new eba644717e feat(site):home break-word (#9203)
eba644717e is described below

commit eba644717e592dc6407d0ca7be40a19c7219f93b
Author: CritasWang <[email protected]>
AuthorDate: Thu Mar 2 18:55:39 2023 +0800

    feat(site):home break-word (#9203)
---
 site/src/main/.vuepress/styles/index.scss | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/site/src/main/.vuepress/styles/index.scss 
b/site/src/main/.vuepress/styles/index.scss
index 875f30b69c..98998acd21 100644
--- a/site/src/main/.vuepress/styles/index.scss
+++ b/site/src/main/.vuepress/styles/index.scss
@@ -25,6 +25,14 @@
 .theme-hope-content {
   max-width: unset;
 }
+.el-popover.el-popper {
+  text-align: start !important;
+  word-break: break-word !important;
+}
+
+.theme-hope-content:not(.custom)>p, .theme-hope-content:not(.custom)>ul p, 
.theme-hope-content:not(.custom)>ol p {
+  text-align: start !important;
+}
 
 // #app {
 //   --code-bg-color: #282c34;

Reply via email to