demos: fix rendering of taskItem

This commit is contained in:
Philipp Kühn
2021-09-21 23:22:21 +02:00
parent 41dddb0fcd
commit 6e205d3dbe
6 changed files with 24 additions and 0 deletions

View File

@@ -343,6 +343,10 @@ export default {
flex: 0 0 auto;
margin-right: 0.5rem;
}
> div {
flex: 1 1 auto;
}
}
}
}