Skip to content

Commit

Permalink
Dont break account label (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho authored Apr 25, 2024
1 parent e512bd1 commit c73a8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/components/ui/tx/view/address-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const AddressViewComponent = ({ view, copyable = true }: AddressViewProps
{accountIndex !== undefined ? (
<>
<AddressIcon address={view.addressView.value.address} size={14} />
<span className='font-bold'>
<span className='font-bold break-keep'>

Check warning on line 35 in packages/ui/components/ui/tx/view/address-view.tsx

View workflow job for this annotation

GitHub Actions / Lint

Invalid Tailwind CSS classnames order
{addressIndexLabel}
{accountIndex}
</span>
Expand Down

0 comments on commit c73a8e2

Please sign in to comment.