From 54b179b337125c67049c5fe64bfad20d8246923c Mon Sep 17 00:00:00 2001 From: David Uhlmann Date: Tue, 3 Oct 2023 21:51:44 +1000 Subject: [PATCH] fix: allow incentives cards to be wider --- src/components/cards/IncentivesCard.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cards/IncentivesCard.scss b/src/components/cards/IncentivesCard.scss index 5147342a5..7c300efc4 100644 --- a/src/components/cards/IncentivesCard.scss +++ b/src/components/cards/IncentivesCard.scss @@ -5,7 +5,7 @@ text-align: left !important; } &.popover { - width: 24em; + width: auto; } .table-card__table_container { min-width: auto !important;