diff --git a/superset-frontend/src/components/dataViewCommon/TableCollection.tsx b/superset-frontend/src/components/dataViewCommon/TableCollection.tsx index b200eb158..b8f644fe6 100644 --- a/superset-frontend/src/components/dataViewCommon/TableCollection.tsx +++ b/superset-frontend/src/components/dataViewCommon/TableCollection.tsx @@ -187,7 +187,7 @@ export const Table = styled.table` text-overflow: ellipsis; overflow: hidden; white-space: nowrap; - max-width: 300px; + max-width: 320px; line-height: 1; vertical-align: middle; &:first-of-type {