From aeb24ab2c93c06bdbe5e842913ac36cbb9239832 Mon Sep 17 00:00:00 2001 From: Stephen Reay Date: Fri, 21 Oct 2022 16:37:58 +0700 Subject: [PATCH 1/2] Prevent extraneous whitespace around date time inputs in Webkit Closes twbs/bootstrap#34433 --- scss/forms/_form-control.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scss/forms/_form-control.scss b/scss/forms/_form-control.scss index e707c57ea294..c81e3b4ea02b 100644 --- a/scss/forms/_form-control.scss +++ b/scss/forms/_form-control.scss @@ -52,6 +52,13 @@ height: if(unit($input-line-height) == "", $input-line-height * 1em, $input-line-height); } + // Prevent excessive date input height in Webkit + // https://github.com/twbs/bootstrap/issues/34433 + &::-webkit-datetime-edit { + display: block; + padding: 0; + } + // Placeholder &::placeholder { color: $input-placeholder-color; From 06ecc8a923c032ba3b862197ae437a8ff3e66d5e Mon Sep 17 00:00:00 2001 From: Stephen Reay Date: Sun, 30 Oct 2022 18:46:18 +0700 Subject: [PATCH 2/2] Updated bundlewatch config --- .bundlewatch.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bundlewatch.config.json b/.bundlewatch.config.json index 8c390c6e0e27..a14a0a15a71f 100644 --- a/.bundlewatch.config.json +++ b/.bundlewatch.config.json @@ -26,7 +26,7 @@ }, { "path": "./dist/css/bootstrap.css", - "maxSize": "29.5 kB" + "maxSize": "29.75 kB" }, { "path": "./dist/css/bootstrap.min.css",