Compare commits

...

2 Commits

Author SHA1 Message Date
konnorrogers
4ac887addb Merge branch 'next' of https://github.com/shoelace-style/webawesome into konnorrogers/fix-label-position 2024-12-19 22:05:53 -05:00
konnorrogers
c3c3d1a2b4 fix label position docs 2024-12-19 22:03:52 -05:00

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>
```
```