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 中显示文本内联overflow?例如,在http://jsfiddle.net/nonamez/jJdX4/ overflow中,除了内联词外正在工作。在我的代码中没有任何作用。
overflow
使用white-space并将其设置为nowrap将使文本进入一行直到到达中断。
white-space
nowrap
li {white-space:nowrap;}
http://jsfiddle.net/jJdX4/1/