fix(core): table styling

This commit is contained in:
Rémi DOREAU
2020-09-21 16:32:51 +02:00
parent b1209950e1
commit 2c2f1ad86b
@@ -136,6 +136,7 @@ const useFilterStyles = makeStyles<BackstageTheme>(() => ({
title: {
fontWeight: 'bold',
fontSize: 18,
whiteSpace: 'nowrap',
},
}));
@@ -311,6 +312,7 @@ export function Table<T extends object = {}>({
</>
}
data={tableData}
style={{ width: '100%' }}
{...propsWithoutData}
/>
</div>