File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,12 @@ This list is based on scanning through the comments in Bootstrap's Less source c
7
7
## To be documented
8
8
9
9
---
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> `
15
12
* https://github.com/twbs/bootstrap/issues/11266
16
- * @mdo : "the comment seems to imply unitless values are busted"
17
13
* https://github.com/twbs/bootstrap/pull/13099
18
14
* Demo courtesy @mdo : http://jsbin.com/purer/1/
19
15
* Enhanced demo courtesy @mdo : http://jsbin.com/purer/2/
20
- * The issue seems to be caused by setting ` display: block; ` on the temporal ` <input> `
21
16
22
17
---
23
18
### IE8 ` inline-block ` + ` float ` line wrapping bug
You can’t perform that action at this time.
0 commit comments