Skip to content

Commit 2a8ea4c

Browse files
committed
fix lint error
1 parent 9da6432 commit 2a8ea4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/field-base/src/styles/field-base-styles.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ export const field = css`
1919
--_gap: var(--vaadin-input-field-container-gap, var(--vaadin-gap-xs));
2020
--_gap-s: round(var(--_gap) / 3, 2px);
2121
display: inline-grid;
22-
grid-template-columns: 100%;
2322
grid-template:
2423
'label' auto var(--_helper-above-field, 'helper' auto) 'baseline' 0 'input' 1fr var(
2524
--_helper-below-field,
2625
'helper' auto
2726
)
28-
'error' auto;
27+
'error' auto / 100%;
2928
outline: none;
3029
cursor: default;
3130
-webkit-tap-highlight-color: transparent;

0 commit comments

Comments
 (0)