File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ export const formLayoutStyles = css`
10
10
dis play: block;
11
11
max- width: 100%;
12
12
animation: 1ms vaadin- for m- layout- appear;
13
- align- self: stretch;
14
13
container- type: inline-size;
15
14
container- name: for m- 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;
17
17
/* CSS API for host */
18
- /* Let's not define defaults here – that way they can be set globally */
19
18
- - vaadin- for m- item- label- width: 8em;
20
19
- - vaadin- for m- item- label- spacing: 1em;
21
20
- - vaadin- for m- item- row- spacing: 1em;
22
- - - vaadin- for m- layout- column- spacing: 2em;
21
+ - - vaadin- for m- layout- column- spacing: 2em; /* (default) */
22
+ align- self: stretch;
23
23
}
24
24
25
25
@keyframes vaadin-form-layout-appear {
You can’t perform that action at this time.
0 commit comments