This is an automated email from the ASF dual-hosted git repository. liubao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-docs.git
commit 4f91af3eb4599b44506f62a670ee15487b84e113 Author: liubao <[email protected]> AuthorDate: Wed May 30 18:34:49 2018 +0800 解决表格显示不全的问题 --- java-chassis-reference/zh_CN/styles/website.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/java-chassis-reference/zh_CN/styles/website.css b/java-chassis-reference/zh_CN/styles/website.css new file mode 100644 index 0000000..d837b95 --- /dev/null +++ b/java-chassis-reference/zh_CN/styles/website.css @@ -0,0 +1,5 @@ +.markdown-section table { + table-layout: fixed; + display:block; + overflow-x: auto; +} \ No newline at end of file -- To stop receiving notification emails like this one, please contact [email protected].
