Merge pull request #22057 from SaiHarshaK/fix_css_config

fix kubectl docs #config overflow on large screens
This commit is contained in:
Kubernetes Prow Robot
2020-06-25 07:28:38 -07:00
committed by GitHub
@@ -296,11 +296,7 @@ hr {
clear: both;
}
.body-content > h3, .body-content > h4, .body-content > h5, .body-content > h6, .body-content > p, .body-content > ul > li, .body-content > ul > li {
width: 52%;
}
.body-content table {
.body-content > * {
width: 52%;
}