From 62628854791f3932f09e98ece3c41eddf45fb0f7 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 22 Jan 2025 13:53:27 +0100 Subject: [PATCH] redundancy-group: Ensure header matches height of others --- public/css/widget/object-header.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/css/widget/object-header.less b/public/css/widget/object-header.less index 9c6be51a8..31d4dfdd3 100644 --- a/public/css/widget/object-header.less +++ b/public/css/widget/object-header.less @@ -39,6 +39,12 @@ } } } + + .visual, + .main { + padding-bottom: .25em; + padding-top: .25em; + } } .object-header { @@ -53,5 +59,7 @@ .object-statistics { margin-left: auto; margin-right: 1em; + + font-size: .75em; } }