Skip to content

Commit a6cccc1

Browse files
author
Mark Berger
committed
Long source and destination names make the connection list table scroll horizontally
- Removed styled-components - Refactored Table component - Added responsive columns - Created new cell components
1 parent 22ae4b4 commit a6cccc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte-webapp/src/components/connection/CatalogTree/next/CatalogTreeTableRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const CatalogTreeTableRow: React.FC<StreamHeaderProps> = ({
6666
<CatalogTreeTableCell size="small">
6767
<Switch size="sm" checked={stream.config?.selected} onChange={onSelectStream} disabled={disabled} />
6868
</CatalogTreeTableCell>
69-
{/* <EntityCell>{fieldCount}</EntityCell> */}
69+
{/* <Cell>{fieldCount}</Cell> */}
7070
<CatalogTreeTableCell withTooltip>
7171
<Text size="md" className={styles.cellText}>
7272
{stream.stream?.namespace || <FormattedMessage id="form.noNamespace" />}

0 commit comments

Comments
 (0)