Add min width for description column on mobile
This commit is contained in:
parent
48da1ffb61
commit
af50c29bf1
@ -14,6 +14,10 @@ const StyledTableContainer = styled(TableContainer)(
|
||||
color:
|
||||
${theme.palette.mode === 'light' ? '#751365' : '#ffb6ec'};
|
||||
}
|
||||
|
||||
& td:last-of-type {
|
||||
min-width: 200px;
|
||||
}
|
||||
`,
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user