Skip to content

Commit 2eed9b6

Browse files
committed
fix(ui): space
1 parent f8731e4 commit 2eed9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/views/project/Stats.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
:can-update-project="can(USER_PERMISSIONS.updateProject)"
1212
/>
1313

14-
<TaskStats :project-id="projectId" />
14+
<TaskStats class="mt-4" :project-id="projectId" />
1515

1616
</div>
1717
</template>

0 commit comments

Comments
 (0)