Skip to content

Instantly share code, notes, and snippets.

@imvkmark
Created April 23, 2013 10:16
Show Gist options
  • Save imvkmark/5442405 to your computer and use it in GitHub Desktop.
Save imvkmark/5442405 to your computer and use it in GitHub Desktop.
css:nowrap
.box-nowrap{
display: inline-block;
padding-right: 15px;
float: left;
word-wrap:normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment