Merge pull request #2545 from weili520/table_style

fix: table text width
This commit is contained in:
KubeSphere CI Bot 2022-07-04 12:36:32 +08:00 committed by GitHub
commit 2c81fe0e35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -279,6 +279,10 @@
background-color: #f6f8fa;
}
.md-body table thead tr th:last-of-type{
min-width: 40px;
}
.md-body table img {
background-color: transparent;
}