fix select + icon + clear spacing (#903)

* fix select + icon + clear spacing

* update styles

* revert
This commit is contained in:
Cory LaViska
2025-05-01 14:56:02 -04:00
committed by GitHub
parent 8dfb411e5e
commit 69ba974a50
2 changed files with 8 additions and 3 deletions

View File

@@ -14,8 +14,9 @@ During the alpha period, things might break! We take breaking changes very serio
## Next
- 🚨 BREAKING: Renamed `<image-comparer>` to `<wa-comparer>` and improved compatibility for non-image content.
- Fixed a bug that caused an undesired margin below radio groups
- 🚨 BREAKING: Renamed `<image-comparer>` to `<wa-comparer>` and improved compatibility for non-image content
- Fixed a bug that caused `<wa-radio-group>` to have an undesired margin below it
- Fixed a bug in `<wa-select>` that caused incorrect spacing of icons
## 3.0.0-alpha.12

View File

@@ -136,13 +136,17 @@
}
.suffix::slotted(*) {
margin-inline-start: var(--wa-space-sm);
margin-inline-start: var(--wa-space-s);
}
.prefix::slotted(*) {
margin-inline-end: var(--wa-space);
}
:host([multiple]) .prefix::slotted(*) {
margin-inline: var(--wa-space);
}
/* Clear button */
[part~='clear-button'] {
display: inline-flex;