File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1111 white-space : nowrap;
1212}
1313
14+ .li-content-actions {
15+ display : flex;
16+ }
17+
1418.edit-btn {
1519 margin-right : 1rem ;
1620}
Original file line number Diff line number Diff line change 1010
1111 < div class ="li-content ">
1212 < span class ="li-content-text "> {{todo.text}} - finish before: {{todo.deadline}}</ span >
13- < div >
14- < ui5-button (click) ="handleEdit(todo.id) " class ="edit-btn "> Edit</ ui5-button >
15- < ui5-button design ="Negative " (click) ="handleDeleteItem(todo.id) "> Delete</ ui5-button >
13+ < div class =" li-content-actions " >
14+ < ui5-button (click) ="handleEdit(todo.id) " class ="edit-btn "> Edit</ ui5-button >
15+ < ui5-button design ="Negative " (click) ="handleDeleteItem(todo.id) "> Delete</ ui5-button >
1616 </ div >
1717 </ div >
1818
You can’t perform that action at this time.
0 commit comments