]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix date heights
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Sat, 17 Aug 2019 11:38:41 +0000 (13:38 +0200)
committerMartijn Cuppens <martijn.cuppens@gmail.com>
Sun, 18 Aug 2019 14:33:10 +0000 (16:33 +0200)
scss/_reboot.scss

index 8f41fb44610b201d9200879b87a7585ba626ba74..b10ff1a96baa26f323a8e53f0c5c3e6de795c710 100644 (file)
@@ -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;
 }