Skip to content

Wrap long issuer DIDs in wallet credentials table#281

Open
reinkrul wants to merge 1 commit into
mainfrom
fix/wallet-credentials-issuer-overflow
Open

Wrap long issuer DIDs in wallet credentials table#281
reinkrul wants to merge 1 commit into
mainfrom
fix/wallet-credentials-issuer-overflow

Conversation

@reinkrul
Copy link
Copy Markdown
Member

@reinkrul reinkrul commented May 8, 2026

Summary

  • Long issuer values like did:x509:... lack natural break points and pushed the Status/Delete columns past the card boundary on the Identity Details page.
  • Add break-all to the issuer <td> so the value wraps and the table fits within its section.

Test plan

  • Open an identity whose wallet contains a credential with a did:x509:... issuer.
  • Confirm the issuer wraps inside the column and the Delete button is fully visible without horizontal scroll.
  • Confirm shorter did:web:... issuers still render normally.

Assisted by AI

Long issuer values (e.g. did:x509:...) have no natural break points
and pushed the Status and Delete columns past the card boundary.
Adding break-all to the issuer cell lets the string wrap so the
table fits within the section.

Assisted by AI
@reinkrul reinkrul requested a review from stevenvegt May 8, 2026 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant