Skip to content

Commit f8c8d7e

Browse files
committed
Right align durations
1 parent f5098dc commit f8c8d7e

File tree

1 file changed

+1
-1
lines changed
  • site/frontend/src/pages/status_new

1 file changed

+1
-1
lines changed

site/frontend/src/pages/status_new/page.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ loadStatusData(loading);
203203
{{ formatISODate(req.completedAt) }}
204204
<span v-if="req.endEstimated">(est.)</span>
205205
</td>
206-
<td>
206+
<td style="text-align: right">
207207
{{ getDuration(req) }}
208208
</td>
209209

0 commit comments

Comments
 (0)