From 19b3b933b2e6be8f682ce3192d4f25d9d64f490b Mon Sep 17 00:00:00 2001 From: pintergreg Date: Wed, 9 Oct 2024 17:45:23 +0200 Subject: [PATCH] Add pre-height-100 class #21 --- assets/custom.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/custom.css b/assets/custom.css index 9f0693e..37aabcf 100644 --- a/assets/custom.css +++ b/assets/custom.css @@ -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; }