From eb75c6e6275f04fbae0e327f7bc83b3cc25619e2 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Thu, 5 Sep 2024 02:39:50 -0700 Subject: [PATCH] Fix sticky header is terminated earlier than it should because of the margin in the header element (#20275) GitOrigin-RevId: 35e9e9c5a0212019b27d5090627c20cec1e7575a --- .../frontend/stylesheets/app/plans/plans-new-design.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/services/web/frontend/stylesheets/app/plans/plans-new-design.less b/services/web/frontend/stylesheets/app/plans/plans-new-design.less index 2b7d00bf1d..ac461349f6 100644 --- a/services/web/frontend/stylesheets/app/plans/plans-new-design.less +++ b/services/web/frontend/stylesheets/app/plans/plans-new-design.less @@ -861,14 +861,12 @@ padding: unset; .plans-features-table-header-item-content-mobile { - margin-bottom: var(--spacing-08); padding: var(--spacing-04); text-align: center; background-color: var(--neutral-10); } .plans-group-features-table-header-item-content-mobile { - margin-bottom: var(--spacing-08); padding: var(--spacing-04); text-align: center; background-color: var(--neutral-10); @@ -908,6 +906,10 @@ } } + tr.plans-features-table-row-for-margin { + height: var(--spacing-08); + } + .plans-features-table-body-container-mobile { .plans-features-table-row-heading-mobile { font-weight: 600;