fix radio group margin (#898)

This commit is contained in:
Cory LaViska
2025-04-29 15:58:08 -04:00
committed by GitHub
parent 78027170ea
commit 2503005bbd
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -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);
}