Skip to content

Commit

Permalink
Limit max height of Slate code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Jul 26, 2023
1 parent cee2562 commit c724eb0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ogc/bblocks/slate-assets/stylesheets/screen.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -638,4 +638,8 @@ html, body {

aside a {
color: $main-text;
}
}

.content .highlight pre.highlight {
max-height: 30em;
}

0 comments on commit c724eb0

Please sign in to comment.