fix wide tables under the table of contents (#11065)

This commit is contained in:
Ihor Sychevskyi 2022-03-17 08:21:51 +02:00 committed by GitHub
parent 5704adcfe7
commit 025dcdd1de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -181,6 +181,10 @@ tr td:last-child {
word-break: break-word;
}
tr td:last-child code {
word-break: break-word;
}
thead+tbody tr:first-child td:first-child {
border-radius: 0;
}