File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
22
</div >
23
23
24
24
<div class =" list-todos-wrapper" >
25
- <ui5-panel header-text =" Incompleted Tasks" >
25
+ <ui5-panel class = " list-todos-panel " header-text =" Incompleted Tasks" >
26
26
<TodoList :todos =" todos" @selection-change =" handleDone"
27
27
@item-deleted =" handleRemove"
28
28
@item-edit =" handleEdit" >
29
29
</TodoList >
30
30
</ui5-panel >
31
31
32
- <ui5-panel header-text =" Completed Tasks" >
32
+ <ui5-panel class = " list-todos-panel " header-text =" Completed Tasks" >
33
33
<TodoList :todos =" doneTodos" @selection-change =" handleUndone"
34
34
@item-deleted =" handleRemove"
35
35
@item-edit =" handleEdit" >
@@ -300,6 +300,10 @@ html, body {
300
300
margin : 2rem 0 ;
301
301
}
302
302
303
+ .list-todos-panel {
304
+ margin : 2rem 0 ;
305
+ }
306
+
303
307
.add-todo-element-width {
304
308
width : auto ;
305
309
}
You can’t perform that action at this time.
0 commit comments