Commit 329448ec authored by Martijn Cuppens's avatar Martijn Cuppens
Browse files

Fix date heights

parent 7b3ec256
Showing with 3 additions and 3 deletions
+3 -3
......@@ -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;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment