mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix select + icon + clear spacing (#903)
* fix select + icon + clear spacing * update styles * revert
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user