Skip to content

Commit a14ca3e

Browse files
authored
fix: prevent cells shrinking when not using focus button mode (#9913)
1 parent 9ff29e9 commit a14ca3e

File tree

8 files changed

+1
-1
lines changed

8 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const gridPro = css`
2323
display: flex;
2424
align-items: inherit;
2525
align-self: stretch;
26-
flex: 1;
26+
flex-grow: 1;
2727
min-width: 0;
2828
cursor: var(--vaadin-clickable-cursor);
2929
outline: 0;
91 Bytes
Loading
6 Bytes
Loading
-12 Bytes
Loading
116 Bytes
Loading
44 Bytes
Loading
75 Bytes
Loading
-20 Bytes
Loading

0 commit comments

Comments
 (0)