Skip to content

feat: add --vaadin-grid-cell-text-overflow CSS custom property#10787

Merged
web-padawan merged 1 commit intomainfrom
grid-cell-text-overflow-css-prop
Dec 29, 2025
Merged

feat: add --vaadin-grid-cell-text-overflow CSS custom property#10787
web-padawan merged 1 commit intomainfrom
grid-cell-text-overflow-css-prop

Conversation

@vursen
Copy link
Copy Markdown
Contributor

@vursen vursen commented Dec 29, 2025

Description

The PR introduces a new --vaadin-grid-cell-text-overflow CSS custom property to simplify customizing the text-overflow CSS property on individual <vaadin-grid-cell-content> elements.

vaadin-grid::part(cell cell-custom-part) {
  --vaadin-grid-cell-text-overflow: clip; /* to override the default value "ellipsis" */
}

Follows up on #10488 (comment) and #10719 by @knoobie

Type of change

  • Bugfix

@sonarqubecloud
Copy link
Copy Markdown

@web-padawan web-padawan merged commit 72699d7 into main Dec 29, 2025
10 checks passed
@web-padawan web-padawan deleted the grid-cell-text-overflow-css-prop branch December 29, 2025 12:40
vursen added a commit that referenced this pull request Dec 29, 2025
… (#10791)

Co-authored-by: Sergey Vinogradov <mr.vursen@gmail.com>
@vaadin-bot
Copy link
Copy Markdown
Collaborator

This ticket/PR has been released with Vaadin 25.1.0-alpha1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants