From 468a9d9359a1008675b2c19a1fae1d9016a7686d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 1 Sep 2015 21:16:26 -0700 Subject: [PATCH] fixes #17379: override search input box-sizing to match our global overrides --- scss/_reboot.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 8f07a5ec06..2b27215615 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -284,6 +284,8 @@ input[type="search"] { // be added to `.form-control` as it's not specific enough. For details, see // https://github.com/twbs/bootstrap/issues/11586. -webkit-appearance: none; + // Undo Normalize's default here to match our global overrides. + box-sizing: inherit; } // todo: needed?