fix kubectl docs #config overflow on large screens

pull/22057/head
Sai Harsha Kottapalli 2020-06-25 19:13:28 +05:30
parent 1dda45fecc
commit 19f317a634
No known key found for this signature in database
GPG Key ID: 4A710869A1A388D5
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%;
}