Skip to content

Instantly share code, notes, and snippets.

@ksloan
Created July 10, 2014 21:43
Show Gist options
  • Save ksloan/e8c84d57944526f21181 to your computer and use it in GitHub Desktop.
Save ksloan/e8c84d57944526f21181 to your computer and use it in GitHub Desktop.
disable jquery mobile list text truncation
.ui-btn-text {
white-space: normal;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment