Don't break certain table columns

For instance, if the "timestamp" column becomes too small, then every
timestamp is spread out across two lines, doubling the size of the
table.
This commit is contained in:
Eelco Dolstra
2013-05-29 14:58:44 +02:00
parent 47c49cf3d4
commit 1277a8fc1c
2 changed files with 9 additions and 5 deletions

View File

@ -87,3 +87,7 @@ div.page-header h1 small {
div.news-item:not(:first-child) {
margin-top: 1em;
}
td.nowrap {
white-space: nowrap;
}