mirror of https://github.com/istio/istio.io.git
fix wide tables under the table of contents (#11065)
This commit is contained in:
parent
5704adcfe7
commit
025dcdd1de
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue