Skip to content

Commit

Permalink
CSS: .swarm-results should not wrap
Browse files Browse the repository at this point in the history
To maintain table readability with many browser columns.
  • Loading branch information
Krinkle committed Jun 28, 2012
1 parent d6f21b9 commit 46ef1e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/testswarm.css
Expand Up @@ -99,6 +99,10 @@ h2 + .row {
* and error: hsl(0, 44%, 89%) / hsl(0, 32%, 40%)
*/

table.swarm-results {
white-space: nowrap;
}

table.swarm-results thead th,
table.swarm-results tbody td.swarm-status {
text-align: center;
Expand Down

0 comments on commit 46ef1e6

Please sign in to comment.