fix(ui): Fix position of Checkbox indicator (#11075)

**What**
- Fixes an issue that would cause the Checkbox indicator to get rendered outside of view in the checkbox was wrapped in a relative div.
This commit is contained in:
Kasper Fabricius Kristensen
2025-01-22 11:08:32 +00:00
committed by GitHub
parent c400719fcc
commit 7feb004600
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/ui": patch
---
fix(ui): Fix position of Checkbox indicator