Skip to content

Commit f5aa748

Browse files
authored
fix: avoid stretching form items when layout is stretched (#9961)
1 parent 0d6b0e6 commit f5aa748

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/form-layout/src/styles/vaadin-form-layout-base-styles.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export const formLayoutStyles = css`
8787
*/
8888
grid-auto-columns: 0;
8989
90+
align-self: start;
9091
grid-template-columns: repeat(auto-fill, var(--_grid-repeat));
9192
place-items: baseline start;
9293

0 commit comments

Comments
 (0)