2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fix date heights

This commit is contained in:
Martijn Cuppens
2019-08-17 13:38:41 +02:00
parent 7b3ec256d5
commit 329448ecb7
+3 -3
View File
@@ -505,9 +505,9 @@ progress {
// Fix height of inputs with a type of datetime-local, date, month, week, or time // Fix height of inputs with a type of datetime-local, date, month, week, or time
// See https://github.com/twbs/bootstrap/issues/18842 // See https://github.com/twbs/bootstrap/issues/18842
::-webkit-inner-spin-button, ::-webkit-datetime-edit {
::-webkit-outer-spin-button { overflow: visible;
height: 0; line-height: 0;
} }