1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 07:14:36 +02:00

better tables in the docs

This commit is contained in:
Mark Otto
2015-03-11 19:03:10 +00:00
parent 7253bd38f7
commit a490c312d8

View File

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