Skip to content

Commit 9f7eee0

Browse files
fix: restore width: 100% for grid with all rows visible (#10687) (#10690)
Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
1 parent 40e424a commit 9f7eee0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export const gridStyles = css`
5454
min-height: auto;
5555
flex-grow: 0;
5656
flex-shrink: 0;
57+
width: 100%;
5758
}
5859
5960
#scroller {

0 commit comments

Comments
 (0)