From 948649d04cdc6ed8c7022fedb4d3ed53a63f5594 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Sat, 21 Sep 2019 20:22:14 +0300 Subject: [PATCH] Add box-sizing to be sure --- autocomplete.css | 1 + 1 file changed, 1 insertion(+) diff --git a/autocomplete.css b/autocomplete.css index fcf0cd8..d69ce4d 100644 --- a/autocomplete.css +++ b/autocomplete.css @@ -85,6 +85,7 @@ line-height: 200%; border: 0; padding: 0 2em 0 .5em; + box-sizing: border-box; margin: 0; height: 100%; display: block;