diff --git a/apps/portal/src/components/common/ProductsSection.js b/apps/portal/src/components/common/ProductsSection.js index f3136bbfcb..9bc2db6fba 100644 --- a/apps/portal/src/components/common/ProductsSection.js +++ b/apps/portal/src/components/common/ProductsSection.js @@ -462,11 +462,11 @@ export const ProductsSectionStyles = () => { min-width: unset; } - .gh-portal-btn-product { + .gh-portal-btn-product:not(.gh-portal-btn-unsubscribe) { position: static; } - .gh-portal-btn-product::before { + .gh-portal-btn-product:not(.gh-portal-btn-unsubscribe)::before { display: none; } }