Skip to content

Instantly share code, notes, and snippets.

@Riveascore
Last active August 29, 2015 14:00
Show Gist options
  • Save Riveascore/11301323 to your computer and use it in GitHub Desktop.
Save Riveascore/11301323 to your computer and use it in GitHub Desktop.
Ink necessary for proper Firefox functioning!
/* Firefox display hack */
@media only screen and (max-width: 600px) {
table[class="body"] .row tr,
table[class="body"] .row tbody {
display: block;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment