From ca00dd8e2d6254a861d7fd111e1d78567cde3895 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 12 May 2018 16:35:14 +0200 Subject: [PATCH] Improved table layout --- public/css/grocy.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/grocy.css b/public/css/grocy.css index c76b8c61..13f4263a 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -104,6 +104,10 @@ padding-left: 25px; } +td { + vertical-align: middle !important; +} + .discrete-link { color: inherit !important; transition: all 0.3s !important;