mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 13:38:51 +00:00
Update component and optimized code
This commit is contained in:
@@ -15,6 +15,7 @@ const CommonRow = styled.div<ITable>`
|
||||
grid-template-columns: ${(props) => props.columns};
|
||||
column-gap: 10px;
|
||||
align-items: center;
|
||||
justify-items: center;
|
||||
`;
|
||||
|
||||
const StyledBody = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user