Skip to content

Commit 1150dcb

Browse files
committed
refactor: increase min-height for grid rows in base styles
1 parent 15ecce2 commit 1150dcb

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'] {
@@ -355,6 +355,7 @@ export const gridStyles = css`
355355
text-overflow: ellipsis;
356356
padding: var(--vaadin-grid-cell-padding, var(--vaadin-padding-container));
357357
flex: 1;
358+
min-height: 1lh;
358359
min-width: 0;
359360
}
360361

0 commit comments

Comments
 (0)