Skip to content

Commit 82c8970

Browse files
committed
fix: add spacing between list items
1 parent 6649042 commit 82c8970

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/src/features/todos/todo-list/TodoList.styled.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import styled from 'styled-components'
22

33
export const StyledTodoList = styled.div`
4+
display: flex;
5+
flex-direction: column;
6+
gap: 0.25rem;;
47
width: 400px;
58
padding: 30px;
69
position: relative;

0 commit comments

Comments
 (0)