From f4e336e90d2ab8f94229db131683caba985eb6b3 Mon Sep 17 00:00:00 2001 From: Jon McClure Date: Sat, 3 Sep 2022 22:27:23 +0100 Subject: [PATCH] lastly --- src/components/Framer/Typeahead/index.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Framer/Typeahead/index.svelte b/src/components/Framer/Typeahead/index.svelte index 89c7cb49..0031124f 100644 --- a/src/components/Framer/Typeahead/index.svelte +++ b/src/components/Framer/Typeahead/index.svelte @@ -275,7 +275,7 @@ position: absolute; top: 100%; left: 0; - width: calc(100% - 2px); + width: 100%; padding: 0; margin: 0; list-style: none;