Skip to content

Commit e41d926

Browse files
committed
minimize diff
1 parent 3fa920c commit e41d926

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: packages/form-layout/src/vaadin-form-layout-styles.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ export const formLayoutStyles = css`
1010
display: block;
1111
max-width: 100%;
1212
animation: 1ms vaadin-form-layout-appear;
13-
align-self: stretch;
1413
container-type: inline-size;
1514
container-name: form-grid;
16-
--_grid-cols: 10; /* Number of cols, defined by breakpoints. Default value is probably pointless. */
15+
/* Number of cols, defined by breakpoints. Default value is probably pointless. */
16+
--_grid-cols: 10;
1717
/* CSS API for host */
18-
/* Let's not define defaults here – that way they can be set globally */
1918
--vaadin-form-item-label-width: 8em;
2019
--vaadin-form-item-label-spacing: 1em;
2120
--vaadin-form-item-row-spacing: 1em;
22-
--vaadin-form-layout-column-spacing: 2em;
21+
--vaadin-form-layout-column-spacing: 2em; /* (default) */
22+
align-self: stretch;
2323
}
2424
2525
@keyframes vaadin-form-layout-appear {

0 commit comments

Comments
 (0)