Skip to content

Commit

Permalink
Merge pull request #208 from ClickHouse/adjust-table-width
Browse files Browse the repository at this point in the history
make table width 100pc
  • Loading branch information
serdec authored Nov 13, 2023
2 parents 751055d + 26ce6c7 commit 64c98d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ const TableOuterContainer = styled.div`
display: flex;
flex-direction: column;
gap: 1rem;
width: 100%;
`;

const MobileActions = styled.div`
Expand Down Expand Up @@ -521,6 +522,7 @@ const Table = forwardRef<HTMLTableElement, TableProps>(
);

const StyledTable = styled.table`
width: 100%;
border-spacing: 0;
overflow: hidden;
${({ theme }) => `
Expand Down

1 comment on commit 64c98d5

@vercel
Copy link

@vercel vercel bot commented on 64c98d5 Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

click-ui – ./

click-ui-clickhouse.vercel.app
click-ui-git-main-clickhouse.vercel.app
click-ui.vercel.app

Please sign in to comment.