Skip to content

Commit 85af410

Browse files
committed
refactor: increase min-height for grid rows in base styles
1 parent d1d78d2 commit 85af410

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/grid/src/styles/vaadin-grid-base-styles.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export const gridStyles = css`
127127
[part~='reorder-ghost'] {
128128
font-size: var(--vaadin-grid-header-font-size, 1em);
129129
font-weight: var(--vaadin-grid-header-font-weight, 500);
130-
color: var(--vaadin-grid-header-text-color, var(--vaadin-text-color));
130+
color: var(--vaadin-grid-header-color, var(--vaadin-text-color));
131131
}
132132
133133
[part~='row'] {
@@ -333,6 +333,7 @@ export const gridStyles = css`
333333
text-overflow: ellipsis;
334334
padding: var(--vaadin-grid-cell-padding, var(--vaadin-padding-container));
335335
flex: 1;
336+
min-height: 1lh;
336337
min-width: 0;
337338
}
338339

0 commit comments

Comments
 (0)