Skip to content

Commit

Permalink
Long source and destination names make the connection list table scro…
Browse files Browse the repository at this point in the history
…ll horizontally

- Removed styled-components
- Refactored Table component
- Added responsive columns
- Created new cell components
  • Loading branch information
Mark Berger committed Jan 24, 2023
1 parent 22ae4b4 commit a6cccc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const CatalogTreeTableRow: React.FC<StreamHeaderProps> = ({
<CatalogTreeTableCell size="small">
<Switch size="sm" checked={stream.config?.selected} onChange={onSelectStream} disabled={disabled} />
</CatalogTreeTableCell>
{/* <EntityCell>{fieldCount}</EntityCell> */}
{/* <Cell>{fieldCount}</Cell> */}
<CatalogTreeTableCell withTooltip>
<Text size="md" className={styles.cellText}>
{stream.stream?.namespace || <FormattedMessage id="form.noNamespace" />}
Expand Down

0 comments on commit a6cccc1

Please sign in to comment.