fix: Desciptions border missing when inside Table (#31307)

close #31274
This commit is contained in:
afc163 2021-07-08 13:08:21 +08:00 committed by GitHub
parent af1d176d70
commit b9390b441c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,6 +128,7 @@
border: 1px solid @border-color-split;
> table {
table-layout: auto;
border-collapse: collapse;
}
}