Skip to content

Commit

Permalink
minimize diff
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen committed Jan 29, 2025
1 parent 3fa920c commit e41d926
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/form-layout/src/vaadin-form-layout-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ export const formLayoutStyles = css`
display: block;
max-width: 100%;
animation: 1ms vaadin-form-layout-appear;
align-self: stretch;
container-type: inline-size;
container-name: form-grid;
--_grid-cols: 10; /* Number of cols, defined by breakpoints. Default value is probably pointless. */
/* Number of cols, defined by breakpoints. Default value is probably pointless. */
--_grid-cols: 10;
/* CSS API for host */
/* Let's not define defaults here – that way they can be set globally */
--vaadin-form-item-label-width: 8em;
--vaadin-form-item-label-spacing: 1em;
--vaadin-form-item-row-spacing: 1em;
--vaadin-form-layout-column-spacing: 2em;
--vaadin-form-layout-column-spacing: 2em; /* (default) */
align-self: stretch;
}
@keyframes vaadin-form-layout-appear {
Expand Down

0 comments on commit e41d926

Please sign in to comment.