From 9794a84f3ac58da566dc3f0720930019f0f80a4b Mon Sep 17 00:00:00 2001 From: MannixMD Date: Thu, 17 Jun 2021 13:46:46 +0200 Subject: [PATCH] [ticket/16796] Fixing misalignment of header items in category on index This is a fix for the Posts and Views alignment on index page in the header of category/forum. PHPBB3-16796 --- phpBB/styles/prosilver/theme/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 850281c8c7..80eb5c6dc9 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -98,7 +98,7 @@ li.row strong { } li.header dt, li.header dd { - line-height: 1em; + line-height: 1.6em; border-left-width: 0; margin: 2px 0 4px 0; padding-top: 2px;