We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed3d71 commit 72699d7Copy full SHA for 72699d7
packages/grid/src/styles/vaadin-grid-base-styles.js
@@ -387,7 +387,7 @@ export const gridStyles = css`
387
.cell ::slotted(vaadin-grid-cell-content) {
388
display: block;
389
overflow: hidden;
390
- text-overflow: ellipsis;
+ text-overflow: var(--vaadin-grid-cell-text-overflow, ellipsis);
391
padding: var(--_cell-padding);
392
flex: 1;
393
min-height: 1lh;
packages/vaadin-lumo-styles/src/components/grid.css
@@ -190,7 +190,7 @@
190
width: 100%;
191
box-sizing: border-box;
192
193
194
cursor: inherit;
195
196
}
0 commit comments