mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix radio group margin (#898)
This commit is contained in:
@@ -15,6 +15,7 @@ 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
|
||||
|
||||
## 3.0.0-alpha.12
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
flex-direction: column;
|
||||
flex-wrap: wrap;
|
||||
gap: var(--wa-space-s);
|
||||
margin-block-end: var(--wa-space-xs);
|
||||
}
|
||||
|
||||
/* Horizontal */
|
||||
@@ -44,5 +43,5 @@
|
||||
|
||||
/* Help text */
|
||||
[part~='hint'] {
|
||||
margin-block-start: var(--wa-space-2xs);
|
||||
margin-block-start: var(--wa-space-xs);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user