Twitter Bootstrap: icons in button dropdown

断了今生、忘了曾经 提交于 2019-12-08 01:38:36

问题


Here is the link on jsfiddle with some demo. It works well in Chrome and even in IE, but in FF icons get down. How can I fix it without moving them up with negative margins or something like this? I have no ideas why this happens.


回答1:


Just add the following style

.dropdown-menu a {
    white-space:normal;
}

DEMO.



来源:https://stackoverflow.com/questions/11694866/twitter-bootstrap-icons-in-button-dropdown

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!