Browse Source

Align timestamp column to center

Gaël Métais 10 năm trước cách đây
mục cha
commit
21c3a7590e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }