From fec77c26a1f57e06180179c63688011e2fcbea23 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Fri, 27 Jun 2025 14:14:16 -0400 Subject: [PATCH] Increase line height in RHS header (#32081) --- webapp/channels/src/sass/layout/_sidebar-right.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/webapp/channels/src/sass/layout/_sidebar-right.scss b/webapp/channels/src/sass/layout/_sidebar-right.scss index 0e6122014b..b33f82e05f 100644 --- a/webapp/channels/src/sass/layout/_sidebar-right.scss +++ b/webapp/channels/src/sass/layout/_sidebar-right.scss @@ -129,7 +129,6 @@ font-family: Metropolis, sans-serif; font-size: 1.6rem; font-weight: 600; - line-height: 1; @include mixins.clearfix; h2 { @@ -137,7 +136,6 @@ font-family: inherit; font-size: inherit; font-weight: inherit; - line-height: inherit; } }