Skip to content

Commit

Permalink
fix: allow incentives cards to be wider (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
dib542 authored Oct 3, 2023
1 parent b8aac62 commit 5788e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cards/IncentivesCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
text-align: left !important;
}
&.popover {
width: 24em;
width: auto;
}
.table-card__table_container {
min-width: auto !important;
Expand Down

0 comments on commit 5788e44

Please sign in to comment.