fix(Project): remove spacing between task group list and add new task list component

This commit is contained in:
Jordan Knott
2021-04-28 15:08:50 -05:00
parent 29b7c028ca
commit 3392b3345d
2 changed files with 2 additions and 5 deletions

View File

@ -1,7 +1,6 @@
import styled from 'styled-components';
export const Container = styled.div`
flex: 1;
user-select: none;
white-space: nowrap;