From 4b3593d081d61b177516881dba339538d8b662e5 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Wed, 13 Nov 2019 19:18:34 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20huge=20padding=20in=20au?= =?UTF-8?q?to-complete?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/autocomplete.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/autocomplete.vue b/components/autocomplete.vue index da412defe..b97fed63a 100644 --- a/components/autocomplete.vue +++ b/components/autocomplete.vue @@ -49,7 +49,7 @@ padding: 0; border-radius: 0 0 4px 4px; z-index: 9999; - transition: transform 200ms ease-out; + transition: transform 0.2s ease-out; li { width: 100%; @@ -57,7 +57,6 @@ padding: 8px 16px; font-size: 18px; font-family: "Roboto Mono", monospace; - white-space: pre-wrap; &:last-child { border-radius: 0 0 4px 4px;