From: Martijn Cuppens Date: Sat, 17 Aug 2019 11:38:41 +0000 (+0200) Subject: Fix date heights X-Git-Tag: v5.0.0-alpha1~836 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=329448ecb7bbfa029fe84bd7c6a4e15c91a09ee7;p=thirdparty%2Fbootstrap.git Fix date heights --- 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; }