From 719d62b670bd8365dcb2c56761f8e5f7b5bb4e2c Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 27 Aug 2021 09:03:10 -0400 Subject: [PATCH] fix spacing in select clearable --- src/components/select/select.styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/select/select.styles.ts b/src/components/select/select.styles.ts index b62b95543..748db3e9e 100644 --- a/src/components/select/select.styles.ts +++ b/src/components/select/select.styles.ts @@ -88,6 +88,7 @@ export default css` .select__clear { flex: 0 0 auto; + width: 1.25em; } .select__suffix {