Skip to content

Commit

Permalink
Add pre-height-100 class #21
Browse files Browse the repository at this point in the history
  • Loading branch information
pintergreg committed Oct 9, 2024
1 parent ecfb2d7 commit 19b3b93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,9 @@ figcaption {
.pre-width-100 > div {
margin: 0 !important;
}
.pre-height-100 pre {
height: 100% !important;
}
.column-vertical-align {
vertical-align: top;
}

0 comments on commit 19b3b93

Please sign in to comment.