🐛 Fixes horizontal scroll on yaml code blocks
Removes overflow:hidden from block to prevent the content from being cut off.pull/37450/head
parent
b9ef47cfe8
commit
bcbb0492bf
|
@ -862,7 +862,6 @@ div.alert > em.javascript-required {
|
|||
// Consistent spacing for yaml code
|
||||
.language-yaml > span {
|
||||
height: 1.6em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.content__box
|
||||
|
|
Loading…
Reference in New Issue