Center empty state on record table (#11506)

as title
This commit is contained in:
Thomas Trompette
2025-04-10 15:05:49 +02:00
committed by GitHub
parent 4e4c0ddd3c
commit b8d5f6d4b0

View File

@ -22,6 +22,7 @@ const StyledTableContainer = styled.div`
flex-direction: column;
position: relative;
width: 100%;
height: 100%;
`;
type RecordTableWithWrappersProps = {