diff --git a/docs/docs/components/input.md b/docs/docs/components/input.md index d524f237c..840376465 100644 --- a/docs/docs/components/input.md +++ b/docs/docs/components/input.md @@ -150,7 +150,7 @@ Use [CSS parts](#css-parts) to customize the way form controls are drawn. This e grid-column: 1 / -1; grid-row-end: span 2; display: grid; - grid-template-rows: subgrid; + grid-template-columns: subgrid; gap: 0 var(--wa-space-l); align-items: center; } @@ -164,4 +164,4 @@ Use [CSS parts](#css-parts) to customize the way form controls are drawn. This e } } -``` +``` \ No newline at end of file