Skip to content

Commit 0be8fca

Browse files
committed
update iOS temporal <input> bug info
1 parent 6e8aa78 commit 0be8fca

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,12 @@ This list is based on scanning through the comments in Bootstrap's Less source c
77
## To be documented
88

99
---
10-
### iOS temporal `<input>` `line-height`
11-
```
12-
// In Mobile Safari, date inputs require a pixel line-height that matches the
13-
// given height of the input.
14-
```
10+
### iOS temporal `<input>` vertical text alignment when `display: block`
11+
* The issue seems to be caused by setting `display: block;` on the temporal `<input>`
1512
* https://github.com/twbs/bootstrap/issues/11266
16-
* @mdo: "the comment seems to imply unitless values are busted"
1713
* https://github.com/twbs/bootstrap/pull/13099
1814
* Demo courtesy @mdo: http://jsbin.com/purer/1/
1915
* Enhanced demo courtesy @mdo: http://jsbin.com/purer/2/
20-
* The issue seems to be caused by setting `display: block;` on the temporal `<input>`
2116

2217
---
2318
### IE8 `inline-block` + `float` line wrapping bug

0 commit comments

Comments
 (0)