From 5ffd16b6dc751307698b3ec05120add4922d7d44 Mon Sep 17 00:00:00 2001 From: dkilgore-eightfold Date: Thu, 12 May 2022 11:24:04 -0700 Subject: [PATCH] chore: pill: ensure button height is determined by pill --- 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;