Skip to content

Commit 50d50d3

Browse files
authored
fix: increase dynamic column width to see seconds in timestamps (#274)
1 parent 9539cac commit 50d50d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LogTable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ function LogTable(props) {
306306
stdColumns.push({
307307
Header: elems[elems.length - 1],
308308
accessor: dotPath === ".error" ? "error" : dotPath,
309-
width: columnRegularWidth,
309+
width: columnLargeWidth,
310310
className: "logtable-cell",
311311
Cell: ({ cell }) => {
312312
const value = cell.value;

0 commit comments

Comments
 (0)