Skip to content

Instantly share code, notes, and snippets.

@liveme
Created March 21, 2014 06:11
Show Gist options
  • Save liveme/9680531 to your computer and use it in GitHub Desktop.
Save liveme/9680531 to your computer and use it in GitHub Desktop.
强制不换行
/*
*@ Name: 强制不换行
*@ Update: 2013-08-04
*/
.nowrap {
white-space: nowrap;
word-wrap: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment