我正在尝试使用 Twitter 的引导程序快速浏览几页。我在让文本字段像在http://twitter.github.com/bootstrap/上那样呈现时遇到问题
我的 HTML 看起来像
<div class="clearfix">
<label for="unit">unit</label>
<div class="input">
<input class="xlarge" id="unit" name="unit" type="text" value="" />
</div>
</div>
这似乎是我在演示页面上看到的所有相关 CSS 类。但是,我的文本输入字段在垂直方向上呈现的输入区域太小,因此光标和文本与输入区域的底部边框重叠。这是win7上最新的chrome。