Browse Source

Align timestamp column to center

Gaël Métais 10 years ago
parent
commit
21c3a7590e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/public/styles/results.css

+ 1 - 1
app/public/styles/results.css

@@ -250,7 +250,7 @@ input.textFilter {
     word-break: break-all;
 }
 
-.table > div > .duration {
+.table > div > .duration, .table > div > .startTime {
     text-align: center;
     white-space:nowrap;
 }