Consistent spacing for yaml example code (#36850)
* Consistent spacing for yaml example code * consistent spacing for yaml example code when copying * ending newline added * target language-yaml class * reverting to first * fixed bracketpull/37158/head
parent
d3572fc95a
commit
325f7d0eab
|
|
@ -859,6 +859,12 @@ div.alert > em.javascript-required {
|
|||
margin: calc(max(4em, ( 8vh + 4em ) / 2)) 0 0.25em 0;
|
||||
}
|
||||
|
||||
// Consistent spacing for yaml code
|
||||
.language-yaml > span {
|
||||
height: 1.6em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.content__box
|
||||
{
|
||||
margin: 0 0 20px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue