mirror of https://github.com/istio/istio.io.git
fix overlapping table (#10238)
This commit is contained in:
parent
2dfcf8a844
commit
d299634bbc
|
@ -96,6 +96,15 @@ table {
|
|||
display: block;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
p {
|
||||
word-break: break-word;
|
||||
|
||||
a,
|
||||
code {
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
table p:first-of-type {
|
||||
|
|
|
@ -29,3 +29,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
article {
|
||||
h2 {
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue