mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix label position docs (#371)
This commit is contained in:
@@ -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>
|
||||
```
|
||||
```
|
||||
Reference in New Issue
Block a user