From caa40e0499570831e5779f9a6a031e38f054c3f8 Mon Sep 17 00:00:00 2001 From: Chris Villa Date: Thu, 16 Nov 2023 12:11:41 +0000 Subject: [PATCH] fix: ensure field icon and label are vertically aligned --- packages/core/components/InputOrGroup/styles.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/components/InputOrGroup/styles.module.css b/packages/core/components/InputOrGroup/styles.module.css index c253534ed4..3b34842993 100644 --- a/packages/core/components/InputOrGroup/styles.module.css +++ b/packages/core/components/InputOrGroup/styles.module.css @@ -25,6 +25,7 @@ } .Input-label { + align-items: center; display: flex; padding-bottom: 12px; font-size: var(--puck-font-size-xxs);