Skip to content

Commit 883310b

Browse files
authored
fix width of time column on main hud page (#6432)
so dates like '3/10 10:19 am' fit
1 parent efb240a commit 883310b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchci/components/hud.module.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/* Fix the width of these columns to avoid layout shift when loading the HUD
99
table. */
1010
.colTime {
11-
width: 12ch;
11+
width: 13ch;
1212
}
1313
.colSha {
1414
width: 8ch;

0 commit comments

Comments
 (0)