fix(docs): doc-content table min-width modify (#3557)

This commit is contained in:
SongWuKong 2021-09-22 21:40:42 +08:00 committed by GitHub
parent a5438d3545
commit 7e3247515b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,7 @@ li > ol {
td:nth-child(2) {
font-family: var(--font-family);
white-space: pre-wrap;
min-width: 30%;
min-width: 11.62rem;
}
}