From 59188b1bfe69a144bad1399ae0bd49b2f64e604e Mon Sep 17 00:00:00 2001 From: "Race, Dale" Date: Wed, 11 Oct 2017 08:45:41 -0500 Subject: [PATCH] Remove min-width from search url input field --- src/style/_topbar.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/style/_topbar.scss b/src/style/_topbar.scss index 4bded694..c40af5bd 100644 --- a/src/style/_topbar.scss +++ b/src/style/_topbar.scss @@ -39,7 +39,6 @@ input[type=text] { width: 100%; - min-width: 350px; margin: 0; border: 2px solid #547f00;