浏览代码

Align timestamp column to center

Gaël Métais 10 年之前
父节点
当前提交
21c3a7590e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 }