Skip to content

Commit

Permalink
tailwind css linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Dec 10, 2024
1 parent e7fc796 commit 0055896
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/src/AddressView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ export const AddressViewComponent = ({
</div>
)}

<div className={truncate ? 'truncate max-w-[150px]' : ''}>
<div className={truncate ? 'max-w-[150px] truncate' : ''}>
{/* eslint-disable-next-line no-nested-ternary -- can alternatively use dynamic prop object like {...fontProps} */}
{addressIndex ? (
density === 'sparse' ? (
<Text strong-bold truncate={truncate}>
Expand Down

0 comments on commit 0055896

Please sign in to comment.