Skip to content

Instantly share code, notes, and snippets.

@Riveascore
Created April 29, 2014 17:06
Show Gist options
  • Save Riveascore/11406282 to your computer and use it in GitHub Desktop.
Save Riveascore/11406282 to your computer and use it in GitHub Desktop.
Quick fix for tiny-buttons' border in mobile view
@media only screen and (max-width: 600px) {
table[class="body"] table.tiny-button td {
width: auto !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment