better tables in the docs

This commit is contained in:
Mark Otto 2015-03-11 19:03:10 +00:00
parent 7253bd38f7
commit a490c312d8
1 changed files with 5 additions and 0 deletions

View File

@ -634,6 +634,11 @@ body {
}
}
}
// Prevent breaking of code (e.g., Grunt tasks list)
td:first-child > code {
white-space: nowrap;
}
}
}