Skip to content

Commit

Permalink
🐛 Fixes horizontal scroll on yaml code blocks
Browse files Browse the repository at this point in the history
Removes overflow:hidden from block to prevent the content from being cut off.
  • Loading branch information
yoji-kojio committed Oct 22, 2022
1 parent b9ef47c commit bcbb049
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,6 @@ div.alert > em.javascript-required {
// Consistent spacing for yaml code
.language-yaml > span {
height: 1.6em;
overflow: hidden;
}

.content__box
Expand Down

0 comments on commit bcbb049

Please sign in to comment.