From bbe24ece064e13a9d70434c32ca0d2885a6b9125 Mon Sep 17 00:00:00 2001 From: Nick Krichevsky Date: Thu, 26 Feb 2015 09:09:24 -0500 Subject: [PATCH] Fixing sizing on filterInput --- popup.css | 1 + 1 file changed, 1 insertion(+) diff --git a/popup.css b/popup.css index 8714c79..6b6a186 100644 --- a/popup.css +++ b/popup.css @@ -126,4 +126,5 @@ i.pin.pinned:hover,i.pin.pinned.fakeHover{ } input#search{ width:100%; + box-sizing: border-box; } \ No newline at end of file