css - How to display string inline? -


how force in twitter bootstrap show text inline overflow? example in http://jsfiddle.net/nonamez/jjdx4/ overflow working except inline words. in code nothing works.

enter image description here

use white-space , set nowrap make text go 1 line until break reached.

li {white-space:nowrap;} 

http://jsfiddle.net/jjdx4/1/


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -