Commit e5051e76 authored by Chris Rebert's avatar Chris Rebert
Browse files

Reference iOS Safari temporal input bug in explanatory Less comment

Refs #11266, #13098, #15415

[skip sauce]
[skip validator]
parent f2a0a78b
Showing with 1 addition and 1 deletion
+1 -1
......@@ -170,7 +170,7 @@ input[type="search"] {
// In Mobile Safari, setting `display: block` on temporal inputs causes the
// text within the input to become vertically misaligned. As a workaround, we
// set a pixel line-height that matches the given height of the input, but only
// for Safari.
// for Safari. See https://bugs.webkit.org/show_bug.cgi?id=139848
@media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type="date"],
......
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