diff --git a/frontend/src/container/GridTableComponent/styles.ts b/frontend/src/container/GridTableComponent/styles.ts index 29e4d7ad83..d95fc46287 100644 --- a/frontend/src/container/GridTableComponent/styles.ts +++ b/frontend/src/container/GridTableComponent/styles.ts @@ -19,5 +19,13 @@ export const WrapperStyled = styled.div` & .ant-table { flex: 1; overflow: auto; + + > .ant-table-container { + > .ant-table-content { + > table { + min-width: 99% !important; + } + } + } } `;