From b0e53028d648230a87294c8008250002bfd96bcb Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 1 Apr 2025 15:34:12 -0500 Subject: [PATCH] Website: update height of platform icons on policy pages. (#27718) Changes: - Removed extra whitespace from the platform icons on the policy details page that was caused by the wrapped `

` tag. --- website/assets/styles/pages/policy-details.less | 1 + 1 file changed, 1 insertion(+) diff --git a/website/assets/styles/pages/policy-details.less b/website/assets/styles/pages/policy-details.less index 6f11c5b71f..cfb384dae5 100644 --- a/website/assets/styles/pages/policy-details.less +++ b/website/assets/styles/pages/policy-details.less @@ -338,6 +338,7 @@ } h1 { font-size: 0px; + line-height: 0px; } img { height: 24px;