Skip to content

Commit 2c07eb3

Browse files
authored
refactor: set flex to 1 on the grid tree toggle slot element (#10436)
1 parent 49b0c7b commit 2c07eb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export const gridTreeToggleStyles = css`
6666
display: block;
6767
overflow: hidden;
6868
text-overflow: ellipsis;
69+
flex: 1;
6970
}
7071
7172
@media (forced-colors: active) {

0 commit comments

Comments
 (0)