From b82e7b5c31dc6dec3c4832c07239403bf9d637e1 Mon Sep 17 00:00:00 2001 From: Dylan <99700808+dkilgore-eightfold@users.noreply.github.com> Date: Thu, 12 May 2022 11:31:31 -0700 Subject: [PATCH] chore: pill: ensure button height is determined by pill (#115) --- src/components/Pills/pills.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Pills/pills.module.scss b/src/components/Pills/pills.module.scss index 5873105e7..7ad247ef7 100644 --- a/src/components/Pills/pills.module.scss +++ b/src/components/Pills/pills.module.scss @@ -85,6 +85,7 @@ border-radius: 0; background: inherit; color: inherit; + height: inherit; padding: 0; margin: 0 0 0 $space-xxs; transition: none;