You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2023/06/29 08:13:15 UTC

[shardingsphere] branch master updated: fix:content long word style (#26689)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9f310990f35 fix:content long word style (#26689)
9f310990f35 is described below

commit 9f310990f357117182e10487ffb06eb5d21100f1
Author: davidChan3000 <50...@users.noreply.github.com>
AuthorDate: Thu Jun 29 16:13:05 2023 +0800

    fix:content long word style (#26689)
---
 docs/document/static/css/theme-white.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/document/static/css/theme-white.css b/docs/document/static/css/theme-white.css
index 7c39a45f7c3..9f90928fe3a 100644
--- a/docs/document/static/css/theme-white.css
+++ b/docs/document/static/css/theme-white.css
@@ -195,6 +195,8 @@ header .select-style select{
 
 #body-inner{
     padding-right: 250px;
+    word-wrap:break-word;
+    word-break: break-all;
 }
 
 #chapter img{