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; }