Skip to content

Commit ed7b525

Browse files
committed
refactor: increase min-height for grid rows in base styles
1 parent 063eccd commit ed7b525

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
@@ -121,7 +121,7 @@ export const gridStyles = css`
121121
[part~='reorder-ghost'] {
122122
font-size: var(--vaadin-grid-header-font-size, 1em);
123123
font-weight: var(--vaadin-grid-header-font-weight, 500);
124-
color: var(--vaadin-grid-header-text-color, var(--vaadin-text-color));
124+
color: var(--vaadin-grid-header-color, var(--vaadin-text-color));
125125
}
126126
127127
[part~='row'] {
@@ -351,6 +351,7 @@ export const gridStyles = css`
351351
text-overflow: ellipsis;
352352
padding: var(--vaadin-grid-cell-padding, var(--vaadin-padding-container));
353353
flex: 1;
354+
min-height: 1lh;
354355
min-width: 0;
355356
}
356357

0 commit comments

Comments
 (0)