mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
fix docs table style
Signed-off-by: liuboaibc <kukudehero@gmail.com>
This commit is contained in:
parent
ad1619094e
commit
cce36f8ebe
|
|
@ -29,7 +29,6 @@
|
|||
.md-body a {
|
||||
color: #55bc8a;
|
||||
text-decoration: none;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.md-body .absent {
|
||||
|
|
@ -253,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