fix label position docs (#371)

This commit is contained in:
Konnor Rogers
2024-12-19 22:08:53 -05:00
committed by GitHub
parent cd172ede8c
commit e170b488ea

View File

@@ -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
}
}
</style>
```
```