Merge pull request #22057 from SaiHarshaK/fix_css_config

fix kubectl docs #config overflow on large screens
pull/22058/head
Kubernetes Prow Robot 2020-06-25 07:28:38 -07:00 committed by GitHub
commit 1e1d6b0fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -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%;
}