We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6649042 commit 82c8970Copy full SHA for 82c8970
web/src/features/todos/todo-list/TodoList.styled.tsx
@@ -1,6 +1,9 @@
1
import styled from 'styled-components'
2
3
export const StyledTodoList = styled.div`
4
+ display: flex;
5
+ flex-direction: column;
6
+ gap: 0.25rem;;
7
width: 400px;
8
padding: 30px;
9
position: relative;
0 commit comments