Skip to content

Commit

Permalink
feat: break long digits
Browse files Browse the repository at this point in the history
  • Loading branch information
fairlighteth committed Nov 19, 2024
1 parent 870e9f9 commit 6fc35e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/ui/src/pure/FiatAmount/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export interface FiatAmountProps {

const Wrapper = styled.span`
color: inherit;
word-break: break-all;
`

export function FiatAmount({ amount, defaultValue, className, accurate = false }: FiatAmountProps) {
Expand Down

0 comments on commit 6fc35e2

Please sign in to comment.