Merge pull request #37450 from yoji-kojio/fix-yaml-code-block-horizontal-scroll

Fixes horizontal scroll on yaml code blocks
pull/37496/head
Kubernetes Prow Robot 2022-10-24 10:52:24 -07:00 committed by GitHub
commit b10099059e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -862,7 +862,6 @@ div.alert > em.javascript-required {
// Consistent spacing for yaml code
.language-yaml > span {
height: 1.6em;
overflow: hidden;
}
.content__box