We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dca72e5 + 869011e commit 94ef116Copy full SHA for 94ef116
forms.less
@@ -165,9 +165,11 @@ input[type="search"] {
165
}
166
167
168
-// Special styles for iOS date input
+// Special styles for iOS temporal inputs
169
//
170
-// In Mobile Safari, date inputs require a pixel line-height that matches the
+// In Mobile Safari, setting `display: block` on temporal inputs causes the
171
+// text within the input to become vertically misaligned.
172
+// As a workaround, we set a pixel line-height that matches the
173
// given height of the input. Since this fucks up everything else, we have to
174
// appropriately reset it for Internet Explorer and the size variations.
175
0 commit comments