diff options
| author | Martijn Cuppens <[email protected]> | 2019-08-17 13:38:41 +0200 |
|---|---|---|
| committer | Martijn Cuppens <[email protected]> | 2019-08-18 16:33:10 +0200 |
| commit | 329448ecb7bbfa029fe84bd7c6a4e15c91a09ee7 (patch) | |
| tree | 0ebb834e9a4fc22a6366d4ab6df1bb4f5b35f7cd | |
| parent | 7b3ec256d52a22426002ee67b5b6b9208f0a3873 (diff) | |
| download | bootstrap-329448ecb7bbfa029fe84bd7c6a4e15c91a09ee7.tar.xz bootstrap-329448ecb7bbfa029fe84bd7c6a4e15c91a09ee7.zip | |
Fix date heights
| -rw-r--r-- | scss/_reboot.scss | 6 |
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; } |
