aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2019-08-17 13:38:41 +0200
committerMartijn Cuppens <[email protected]>2019-08-18 16:33:10 +0200
commit329448ecb7bbfa029fe84bd7c6a4e15c91a09ee7 (patch)
tree0ebb834e9a4fc22a6366d4ab6df1bb4f5b35f7cd /scss
parent7b3ec256d52a22426002ee67b5b6b9208f0a3873 (diff)
downloadbootstrap-329448ecb7bbfa029fe84bd7c6a4e15c91a09ee7.tar.xz
bootstrap-329448ecb7bbfa029fe84bd7c6a4e15c91a09ee7.zip
Fix date heights
Diffstat (limited to 'scss')
-rw-r--r--scss/_reboot.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 8f41fb446..b10ff1a96 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -505,9 +505,9 @@ progress {
// Fix height of inputs with a type of datetime-local, date, month, week, or time
// See https://github.com/twbs/bootstrap/issues/18842
-::-webkit-inner-spin-button,
-::-webkit-outer-spin-button {
- height: 0;
+::-webkit-datetime-edit {
+ overflow: visible;
+ line-height: 0;
}