From e170b488eabe4d5361c3b5153fbf657cc24ae220 Mon Sep 17 00:00:00 2001 From: Konnor Rogers Date: Thu, 19 Dec 2024 22:08:53 -0500 Subject: [PATCH] fix label position docs (#371) --- docs/docs/components/input.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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