We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6162468 commit 55498afCopy full SHA for 55498af
src/components/QueryResultTable/utils/getColumnWidth.ts
@@ -17,5 +17,5 @@ export const getColumnWidth = ({data, name}: {data?: KeyValueRow[]; name: string
17
}
18
19
20
- return Math.min(maxColumnContentLength * 10 + HEADER_PADDING, MAX_COLUMN_WIDTH);
+ return maxColumnContentLength * 10 + HEADER_PADDING;
21
};
0 commit comments