|
@@ -134,6 +134,7 @@ const EnhancedTable: FC<TableType> = props => {
|
|
<Checkbox
|
|
<Checkbox
|
|
checked={isItemSelected}
|
|
checked={isItemSelected}
|
|
color="primary"
|
|
color="primary"
|
|
|
|
+ size="small"
|
|
disabled={disableSelect}
|
|
disabled={disableSelect}
|
|
inputProps={{
|
|
inputProps={{
|
|
'aria-labelledby': labelId,
|
|
'aria-labelledby': labelId,
|
|
@@ -162,8 +163,6 @@ const EnhancedTable: FC<TableType> = props => {
|
|
textOverflow: 'ellipsis',
|
|
textOverflow: 'ellipsis',
|
|
whiteSpace: 'nowrap',
|
|
whiteSpace: 'nowrap',
|
|
maxWidth: tableCellMaxWidth,
|
|
maxWidth: tableCellMaxWidth,
|
|
- fontSize: '14px',
|
|
|
|
- lineHeight: '20px',
|
|
|
|
},
|
|
},
|
|
}),
|
|
}),
|
|
(theme: Theme) => ({
|
|
(theme: Theme) => ({
|
|
@@ -206,8 +205,6 @@ const EnhancedTable: FC<TableType> = props => {
|
|
textOverflow: 'ellipsis',
|
|
textOverflow: 'ellipsis',
|
|
whiteSpace: 'nowrap',
|
|
whiteSpace: 'nowrap',
|
|
maxWidth: tableCellMaxWidth,
|
|
maxWidth: tableCellMaxWidth,
|
|
- fontSize: '14px',
|
|
|
|
- lineHeight: '20px',
|
|
|
|
},
|
|
},
|
|
}),
|
|
}),
|
|
(theme: Theme) => ({
|
|
(theme: Theme) => ({
|