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 15ecce2 commit 1150dcbCopy full SHA for 1150dcb
packages/grid/src/styles/vaadin-grid-base-styles.js
@@ -121,7 +121,7 @@ export const gridStyles = css`
121
[part~='reorder-ghost'] {
122
font-size: var(--vaadin-grid-header-font-size, 1em);
123
font-weight: var(--vaadin-grid-header-font-weight, 500);
124
- color: var(--vaadin-grid-header-text-color, var(--vaadin-text-color));
+ color: var(--vaadin-grid-header-color, var(--vaadin-text-color));
125
}
126
127
[part~='row'] {
@@ -355,6 +355,7 @@ export const gridStyles = css`
355
text-overflow: ellipsis;
356
padding: var(--vaadin-grid-cell-padding, var(--vaadin-padding-container));
357
flex: 1;
358
+ min-height: 1lh;
359
min-width: 0;
360
361
0 commit comments