Skip to content

Instantly share code, notes, and snippets.

@esoergel
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esoergel/c3998df2802b3da6e745 to your computer and use it in GitHub Desktop.
Save esoergel/c3998df2802b3da6e745 to your computer and use it in GitHub Desktop.
Fogbugz Timecard comments
@namespace url(http://www.w3.org/1999/xhtml);
/* Don't collapse whitespace in Timecard comments */
@-moz-document domain("mail.google.com"), regexp("https?://manage.dimagi.com.*timecard.*") {
tr > td[colspan="8"] > div > div {
white-space: pre-wrap;
}
}
@esoergel
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment