aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_reboot.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 8f07a5ec0..2b2721561 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?