🐛(react) fix DatePicker alignments

Due to the previous changes of LabelledBox that allows it to fit dynamic
height containers, we forgot to update the DatePicker resulting in a broken
CSS alignment.
This commit is contained in:
Nathan Vasse
2023-06-19 16:00:45 +02:00
committed by NathanVss
parent 760ffb48e9
commit 501ba1a031
3 changed files with 29 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
---
"@openfun/cunningham-react": patch
---
fix DatePicker alignments