From 11536ed0ccec19de723e35f30a714189fd8c704f Mon Sep 17 00:00:00 2001 From: Athanasios <ath.kouk.oid@gmail.com> Date: Tue, 19 Oct 2021 18:22:21 +0200 Subject: [PATCH] Add card-body-fixed-height class --- css/m4lab.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/m4lab.css b/css/m4lab.css index 74a6a17..7012f4c 100644 --- a/css/m4lab.css +++ b/css/m4lab.css @@ -276,6 +276,12 @@ justify-content:space-evenly;} padding: 1.25rem; } +.card-body-fixed-height { + padding: 1.25rem; + overflow: hidden; + height: 13rem; +} + .card-header { padding: 0.75rem 1.25rem; margin-bottom: 0; -- GitLab