mirror of
https://github.com/kubesphere/website.git
synced 2025-12-31 10:52:57 +00:00
Merge pull request #336 from liuboaibc/fix/fix_docs_table_style
Fix/fix docs table style
This commit is contained in:
commit
cf77ec9a4f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue