mirror of https://github.com/istio/istio.io.git
fix table (#12142)
This commit is contained in:
parent
205f1367d3
commit
8af0f814f2
|
@ -91,20 +91,8 @@ table {
|
|||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
width: 100%;
|
||||
display: table;
|
||||
@media (max-width: $bp-sm) {
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
p {
|
||||
word-break: break-word;
|
||||
|
||||
a,
|
||||
code {
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
table p:first-of-type {
|
||||
|
@ -178,11 +166,6 @@ tr th:last-child {
|
|||
|
||||
tr td:last-child {
|
||||
border-right: 1px solid $boxBorderColor;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
tr td:last-child code {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
thead+tbody tr:first-child td:first-child {
|
||||
|
|
|
@ -29,9 +29,3 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
article {
|
||||
h2 {
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue