소스 검색

Align timestamp column to center

Gaël Métais 11 년 전
부모
커밋
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;
 }