Skip to content

Commit 2acd43a

Browse files
committed
Fix spacing in log timestamp column
1 parent a703bb5 commit 2acd43a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dashboard/static/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ code, pre {
573573
text-align: right;
574574
padding-right: 0.75em;
575575
}
576-
.log-table__th--time { width: 9em; }
576+
.log-table__th--time { width: 13em; }
577577
.log-table__th--level { width: 5em; }
578578
.log-entry__rownum {
579579
font-family: "Roboto Mono", monospace;
@@ -596,7 +596,7 @@ code, pre {
596596
white-space: nowrap;
597597
padding: 0.25em 0.75em 0.25em 0;
598598
vertical-align: baseline;
599-
width: 8em;
599+
width: 13em;
600600
}
601601
@media (prefers-color-scheme: dark) {
602602
.log-entry__time { color: #a0a0a0; }

0 commit comments

Comments
 (0)