Skip to content

fix: overflowing annotation values in selection details UI#945

Merged
seankmartin merged 1 commit intogoogle:masterfrom
MetaCell:fix/annotation-id-ui-truncation
Apr 7, 2026
Merged

fix: overflowing annotation values in selection details UI#945
seankmartin merged 1 commit intogoogle:masterfrom
MetaCell:fix/annotation-id-ui-truncation

Conversation

@seankmartin
Copy link
Copy Markdown
Contributor

Annotation details could overflow, such as in this link

This would commonly happen on the ID:
image

But with very long enums without spaces, it gets a bit worse:
image

We could change to truncate:
image

Or allow overflow-wrap on anything, not just on spaces:
image

Have gone with truncation here but can change. I think either option should hopefully be an improvement

Copy link
Copy Markdown
Contributor

@chrisj chrisj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ellipsis seem like a good choice, copy paste still works and you can always increase the sidebar width to read it

@seankmartin seankmartin merged commit b75d4c1 into google:master Apr 7, 2026
23 checks passed
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.

2 participants