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.
这是 jsfiddle 上的链接和一些演示。它在 Chrome 甚至 IE 中运行良好,但在 FF 图标下。我怎样才能修复它而不用负边距或类似的东西向上移动它们?我不知道为什么会这样。
只需添加以下样式
.dropdown-menu a { white-space:normal; }
演示。