mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Merge pull request #2545 from weili520/table_style
fix: table text width
This commit is contained in:
commit
2c81fe0e35
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue