mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
fix: adjust table spacing (#6715)
This commit is contained in:
parent
e8c50f55d5
commit
d7dc01d396
@ -28,7 +28,8 @@ const HeaderCell = <T extends object>(header: Header<T, unknown>) => {
|
|||||||
onClick={() => column.toggleSorting()}
|
onClick={() => column.toggleSorting()}
|
||||||
styles={{
|
styles={{
|
||||||
borderRadius: '0px',
|
borderRadius: '0px',
|
||||||
padding: 0,
|
paddingTop: 0,
|
||||||
|
paddingBottom: 0,
|
||||||
width,
|
width,
|
||||||
maxWidth: fixedWidth,
|
maxWidth: fixedWidth,
|
||||||
minWidth: fixedWidth,
|
minWidth: fixedWidth,
|
||||||
|
@ -5,6 +5,7 @@ import StarBorderIcon from '@mui/icons-material/StarBorder';
|
|||||||
import { ConditionallyRender } from 'component/common/ConditionallyRender/ConditionallyRender';
|
import { ConditionallyRender } from 'component/common/ConditionallyRender/ConditionallyRender';
|
||||||
|
|
||||||
const StyledCell = styled(Box)(({ theme }) => ({
|
const StyledCell = styled(Box)(({ theme }) => ({
|
||||||
|
paddingLeft: theme.spacing(2),
|
||||||
paddingRight: theme.spacing(0.5),
|
paddingRight: theme.spacing(0.5),
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user