From 94863e6908130cc14ef9dc12418e2be64c72674a Mon Sep 17 00:00:00 2001
From: najlaskr <30641730+najlaskr@users.noreply.github.com>
Date: Tue, 28 Apr 2026 11:22:11 -0700
Subject: [PATCH] fix(input-group): added mb-0 to prevent layout shifts in
stratus
---
.changeset/input-group-label-margin-reset.md | 5 +++++
packages/kumo/src/components/input-group/input-group.tsx | 6 +++---
2 files changed, 8 insertions(+), 3 deletions(-)
create mode 100644 .changeset/input-group-label-margin-reset.md
diff --git a/.changeset/input-group-label-margin-reset.md b/.changeset/input-group-label-margin-reset.md
new file mode 100644
index 0000000000..5483873766
--- /dev/null
+++ b/.changeset/input-group-label-margin-reset.md
@@ -0,0 +1,5 @@
+---
+"@cloudflare/kumo": patch
+---
+
+Fix `InputGroup` label wrappers to enforce `mb-0`, preventing inherited label margins from shifting layout and click-target overlays.
diff --git a/packages/kumo/src/components/input-group/input-group.tsx b/packages/kumo/src/components/input-group/input-group.tsx
index a59d04e6e2..7f8f113279 100644
--- a/packages/kumo/src/components/input-group/input-group.tsx
+++ b/packages/kumo/src/components/input-group/input-group.tsx
@@ -220,7 +220,7 @@ const Root = forwardRef<
)}
@@ -283,7 +283,7 @@ const Root = forwardRef<
{children}
@@ -293,7 +293,7 @@ const Root = forwardRef<