Skip to content

Commit bcbb049

Browse files
committed
🐛 Fixes horizontal scroll on yaml code blocks
Removes overflow:hidden from block to prevent the content from being cut off.
1 parent b9ef47c commit bcbb049

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/scss/_custom.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,6 @@ div.alert > em.javascript-required {
862862
// Consistent spacing for yaml code
863863
.language-yaml > span {
864864
height: 1.6em;
865-
overflow: hidden;
866865
}
867866

868867
.content__box

0 commit comments

Comments
 (0)