diff --git a/src/components/Table/Table.tsx b/src/components/Table/Table.tsx index 23df1f70..0fc8d17c 100644 --- a/src/components/Table/Table.tsx +++ b/src/components/Table/Table.tsx @@ -270,6 +270,7 @@ const TableOuterContainer = styled.div` display: flex; flex-direction: column; gap: 1rem; + width: 100%; `; const MobileActions = styled.div` @@ -469,7 +470,7 @@ const Table = forwardRef( return ( - {isSelectable && ( + {true && ( ( ); const StyledTable = styled.table` + width: 100%; border-spacing: 0; overflow: hidden; ${({ theme }) => `