You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Long recipient names in the TxRecipientCard component are not truncated properly.
Let's update to display names in a single line for better readability and layout consistency.
Suggestion
Apply CSS text-overflow: ellipsis for truncation.
Add a tooltip to show the full text on hover if truncation occurs.
Long recipient names in the
TxRecipientCard
component are not truncated properly.Let's update to display names in a single line for better readability and layout consistency.
Suggestion
text-overflow: ellipsis
for truncation.Tooltip Implementation reference
fuels-wallet/packages/app/src/systems/Asset/components/AssetItem/AssetItemAmount.tsx
Lines 30 to 35 in 9cb81db
Evidence
TxRecipientCard
The text was updated successfully, but these errors were encountered: