Here is the problem: http://jsfiddle.net/STG22/3/
I want that span would not split in two different rows (like third did in the example above). How can I do it?
---
CSS:
span
{
background: red;
border-radius: 5px;
width: 60px;
}
HTML:
omg omg omgomg omg omgomg omg omgomg omg omg
以上就是Span splits, how to avoid that?的详细内容,更多请关注web前端其它相关文章!