Skip to content

Commit 55498af

Browse files
committed
fix: review fixes
1 parent 6162468 commit 55498af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/QueryResultTable/utils/getColumnWidth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ export const getColumnWidth = ({data, name}: {data?: KeyValueRow[]; name: string
1717
}
1818
}
1919

20-
return Math.min(maxColumnContentLength * 10 + HEADER_PADDING, MAX_COLUMN_WIDTH);
20+
return maxColumnContentLength * 10 + HEADER_PADDING;
2121
};

0 commit comments

Comments
 (0)