🐛(react) fix Radio, Checkbox fullWidth

The fullWidth was buggy for those components, the label was floating
in the middle of the empty space where it feels correct to keep it
aligned on the left.
This commit is contained in:
Nathan Vasse
2023-09-07 17:07:59 +02:00
committed by NathanVss
parent 9de9a9735d
commit 8fd34add8a
6 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
fix Radio, Checkbox fullWidth