We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a703bb5 commit 2acd43aCopy full SHA for 2acd43a
1 file changed
dashboard/static/style.css
@@ -573,7 +573,7 @@ code, pre {
573
text-align: right;
574
padding-right: 0.75em;
575
}
576
-.log-table__th--time { width: 9em; }
+.log-table__th--time { width: 13em; }
577
.log-table__th--level { width: 5em; }
578
.log-entry__rownum {
579
font-family: "Roboto Mono", monospace;
@@ -596,7 +596,7 @@ code, pre {
596
white-space: nowrap;
597
padding: 0.25em 0.75em 0.25em 0;
598
vertical-align: baseline;
599
- width: 8em;
+ width: 13em;
600
601
@media (prefers-color-scheme: dark) {
602
.log-entry__time { color: #a0a0a0; }
0 commit comments