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; } }