Explorar el Código

Align timestamp column to center

Gaël Métais hace 11 años
padre
commit
21c3a7590e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 }