在Firefox中,文本输入的行高是否与高度一致?

时间:2015-09-14 20:50:29

标签: html css css3 firefox specifications

我使用文本输入并发现了一件有趣的事情 - 似乎Firefox(40,OS X)在设置line-height时对更改height没有反应,这与其他浏览器不同(例如,Chrome)。为什么呢?

铬:
Chrome

火狐:
Firefox

JSFiddle

input {
    font-size: 20px;
    line-height: 30px;
    height: 20px;
}
<input type="text" value="222222222222222222"/>

P.S。我的问题不是this的重复。这个问题是关于默认Firefox样式中line-height: normal !important的旧问题,现在已修复。在我的情况下样式应用得很好,但似乎不起作用: Styles

0 个答案:

没有答案