💄 (tasks) adjust designs

This commit is contained in:
Julien Calixte
2023-08-03 23:48:47 +02:00
parent c767c84a43
commit 1e66b1df5e
3 changed files with 10 additions and 6 deletions

View File

@@ -91,3 +91,10 @@ const recordNotes = computed(() => recordStore.getRecordNotes(props.taskId))
</div>
</main>
</template>
<style lang="scss" scoped>
.title {
display: flex;
align-items: center;
}
</style>