Skip to content

Commit 1e1d6b0

Browse files
authored
Merge pull request #22057 from SaiHarshaK/fix_css_config
fix kubectl docs #config overflow on large screens
2 parents 69540f8 + 19f317a commit 1e1d6b0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

static/docs/reference/generated/kubectl/stylesheet.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -296,11 +296,7 @@ hr {
296296
clear: both;
297297
}
298298

299-
.body-content > h3, .body-content > h4, .body-content > h5, .body-content > h6, .body-content > p, .body-content > ul > li, .body-content > ul > li {
300-
width: 52%;
301-
}
302-
303-
.body-content table {
299+
.body-content > * {
304300
width: 52%;
305301
}
306302

0 commit comments

Comments
 (0)