🐛 Fixes horizontal scroll on yaml code blocks

Removes overflow:hidden from block to prevent the content from being cut off.
pull/37450/head
Yoji Kojio 2022-10-22 13:14:04 -03:00
parent b9ef47cfe8
commit bcbb0492bf
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