Skip to content

Instantly share code, notes, and snippets.

@smhmic
Created August 25, 2014 14:29
Show Gist options
  • Save smhmic/ae7a1c71f6b723fe0702 to your computer and use it in GitHub Desktop.
Save smhmic/ae7a1c71f6b723fe0702 to your computer and use it in GitHub Desktop.
improved xdebug styling (for stack traces, etc)
.xdebug-error {
white-space: pre-wrap;
}
.xdebug-error > tr:first-child > td:first-child,
.xdebug-error > tbody > tr:first-child > td:first-child {
padding: 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment