make table 100% height

This commit is contained in:
Winzlieb - 2022-03-10 12:41:20 +01:00
parent 1e8b5456c7
commit 82cc673803
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ const HostOfferLookupTable = ({data}: HostOfferLookupTableProps) => {
columns={columns}
dataSource={dataSource}
i18n={reactdatagridi18n || undefined}
style={{flex: '1 1', height: '100%'}}
style={{height: '100%'}}
/>
</div>
</Box>