Merge pull request #336 from liuboaibc/fix/fix_docs_table_style

Fix/fix docs table style
This commit is contained in:
pengfei 2020-09-29 12:20:48 +08:00 committed by GitHub
commit cf77ec9a4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -252,6 +252,10 @@
border-collapse: collapse;
}
.md-body table a {
word-break: break-word;
}
.md-body table th {
font-weight: 600;
border-radius: 3px;