Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-08-17 14:38:41 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-08-18 17:33:10 +0300
commit329448ecb7bbfa029fe84bd7c6a4e15c91a09ee7 (patch)
tree0ebb834e9a4fc22a6366d4ab6df1bb4f5b35f7cd
parent7b3ec256d52a22426002ee67b5b6b9208f0a3873 (diff)
Fix date heights
-rw-r--r--scss/_reboot.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 8f41fb4461..b10ff1a96b 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;
}