Implemented issue create modal, further polish
This commit is contained in:
@@ -3,5 +3,5 @@ import styled from 'styled-components';
|
||||
import { sizes } from 'shared/utils/styles';
|
||||
|
||||
export const ProjectPage = styled.div`
|
||||
padding: 25px 32px 0 ${sizes.secondarySideBarWidth + 40}px;
|
||||
padding: 25px 32px 0 ${sizes.appNavBarLeftWidth + sizes.secondarySideBarWidth + 40}px;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user