From 288c8f0d9388c2367185d0de11157d76c48fd441 Mon Sep 17 00:00:00 2001 From: palewire Date: Thu, 6 Apr 2023 09:51:31 -0400 Subject: [PATCH] Fix line-height on Select --- src/components/Table/Select.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Table/Select.svelte b/src/components/Table/Select.svelte index 18693ee7..54209999 100644 --- a/src/components/Table/Select.svelte +++ b/src/components/Table/Select.svelte @@ -56,6 +56,7 @@ position: relative; font-size: 0.8rem; font-weight: 400; + line-height: 1; height: 33px; border: 1px solid var(--theme-colour-brand-rules, $tr-muted-grey); color: var(--theme-colour-text-primary, $tr-dark-grey);