Filter ongoing
This commit is contained in:
@ -18,10 +18,12 @@ type OwnProps = {
|
||||
};
|
||||
|
||||
const StyledTable = styled.table`
|
||||
min-width: 100%;
|
||||
min-width: calc(100% - ${(props) => props.theme.spacing(4)});
|
||||
border-radius: 4px;
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
margin-left: ${(props) => props.theme.spacing(2)};
|
||||
margin-right: ${(props) => props.theme.spacing(2)};
|
||||
|
||||
th {
|
||||
border-collapse: collapse;
|
||||
|
||||
Reference in New Issue
Block a user