IE 11 Bootstrap 3下拉菜单中的Lineheight问题

时间:2014-04-26 18:34:08

标签: html internet-explorer twitter-bootstrap-3 css

我有一个非常奇怪的问题,只影响IE 11.在我的所有下拉中,IE 11似乎使行高增加了一倍。我试图改写它,但我没有运气。它在FF和Chrome以及EVEN IE 10中运行良好!

现场网站:

http://avanti.websitewelcome.com/~wilkes/

Joomla 3.2 Bootstrap 3.1

乍得

1 个答案:

答案 0 :(得分:1)

在template.css上,将display: block更改为display: inline-block;

.dropdown-menu > li > a { display: inline-block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.4285; color: #333333; white-space: nowrap; }