Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚将 twitter bootstrap 添加到我的网站,但它似乎不像我希望的那样在使用自定义字体的表单字段上工作。表单输入被推到一个较小的高度,并且内容被切断。添加高度也无济于事。
我需要以某种方式解决这个问题。
添加一个更大的height和line-height。
height
line-height
例如:
.input-medium { height: 2em; line-height: 1em; }