From dc05c56440714263355f7de614ff395bf87612d1 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 15 Jul 2018 13:39:48 +0200 Subject: [PATCH] Do not expand card body automatically --- public/css/grocy.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/grocy.css b/public/css/grocy.css index ba67c979..302cab5b 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -45,6 +45,10 @@ a.discrete-link:focus { background-color: #e5e5e5; } +.card-body { + flex-grow: 0; +} + .content-text .invalid-feedback { font-size: 95%; }