Feb
18
CSS no-wrap equivalent
Did you ever wanted to use good old no-wrap table field property in your CSS code but didn’t know how? All you have to do is to use this line:
.nowrap {white-space: nowrap}
and anything that is using “nowrap” class will show as good old table cell with no-wrap applied to it.
No Comments
Make A CommentNo comments yet.
Comments RSS Feed TrackBack URL

