indent design bug fixes on time view, fixes ST-208

This commit is contained in:
Gregor Vostrak
2024-06-01 02:04:20 +02:00
parent 4a7db27a05
commit a065744d40
3 changed files with 37 additions and 56 deletions

View File

@@ -96,7 +96,6 @@ function updateProjectAndTask(projectId: string, taskId: string) {
<div class="w-7 h-7" v-if="indent === true"></div>
<TimeEntryDescriptionInput
@changed="updateTimeEntryDescription"
class="flex-1"
:modelValue="
timeEntry.description
"></TimeEntryDescriptionInput>