From 3376aa7b7521698cddb8c2e0dfa3f89715ec5627 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 6 Dec 2022 12:55:57 -0800 Subject: [PATCH] Fix spacing at top --- components/SelectItem/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/SelectItem/index.scss b/components/SelectItem/index.scss index c4a79378..8ef06cf9 100644 --- a/components/SelectItem/index.scss +++ b/components/SelectItem/index.scss @@ -16,6 +16,10 @@ outline: none; } + &:first-child { + margin-top: $unit; + } + &:last-child { margin-bottom: $unit; }