Merge pull request #37450 from yoji-kojio/fix-yaml-code-block-horizontal-scroll
Fixes horizontal scroll on yaml code blockspull/37496/head
commit
b10099059e
|
@ -862,7 +862,6 @@ div.alert > em.javascript-required {
|
||||||
// Consistent spacing for yaml code
|
// Consistent spacing for yaml code
|
||||||
.language-yaml > span {
|
.language-yaml > span {
|
||||||
height: 1.6em;
|
height: 1.6em;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__box
|
.content__box
|
||||||
|
|
Loading…
Reference in New Issue