Merge pull request #22167 from Arhell/fix-page

fix table content
This commit is contained in:
Kubernetes Prow Robot
2020-07-15 10:52:44 -07:00
committed by GitHub
+8
View File
@@ -256,6 +256,14 @@ footer {
}
}
main {
.td-content table code,
.td-content>table td {
word-break: break-word;
}
}
// blockquotes and callouts
blockquote {