From 83f61bbd61899c23c3cb44277961dc214ed3e2e9 Mon Sep 17 00:00:00 2001 From: Carlos Lima Date: Mon, 20 Feb 2023 18:36:44 -0300 Subject: [PATCH] Fixing Typeahead off spacing on dropdown --- playbook/app/pb_kits/playbook/pb_typeahead/_typeahead.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbook/app/pb_kits/playbook/pb_typeahead/_typeahead.scss b/playbook/app/pb_kits/playbook/pb_typeahead/_typeahead.scss index 30f066a0c7..bb34e3219d 100644 --- a/playbook/app/pb_kits/playbook/pb_typeahead/_typeahead.scss +++ b/playbook/app/pb_kits/playbook/pb_typeahead/_typeahead.scss @@ -183,6 +183,10 @@ } .typeahead-kit-select__menu { + .typeahead-kit-select__menu-list { + padding: 0; + } + .typeahead-kit-select__option { &.typeahead-kit-select__option--is-focused { background-color: $hover_light;