Skip to content

Commit

Permalink
fix: Fix filter title text overflow (#1708)
Browse files Browse the repository at this point in the history
* Fix filter title text overflow

* Convert to noWrap

* Fix linting
  • Loading branch information
stephenlago99 authored Sep 3, 2024
1 parent 8848a76 commit 1d04cb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const PlanDetailsChargesSectionAccordion = ({
<Accordion
key={`plan-details-charges-section-accordion-${i}`}
summary={
<Typography variant="bodyHl" color="grey700">
<Typography noWrap variant="bodyHl" color="grey700">
{filter.invoiceDisplayName || accordionMappedDisplayValues}
</Typography>
}
Expand Down

0 comments on commit 1d04cb3

Please sign in to comment.