fix formatting table (#10501)

This commit is contained in:
Ihor Sychevskyi 2021-11-14 11:14:46 +02:00 committed by GitHub
parent db62971c31
commit a3ad6cd8a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ tr th:last-child {
tr td:last-child {
border-right: 1px solid $boxBorderColor;
word-break: break-word;
}
thead+tbody tr:first-child td:first-child {