Skip to content

Commit

Permalink
wip: Refactor collections based components #917
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Dec 30, 2024
1 parent a1f4b89 commit 73cefbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/client/components/collection/KTimeLine.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<KPanel
v-if="getDecoration(item)"
:content="getDecoration(item)"
class="q-gutter-x-xs"
class="q-gutter-xs"
/>
</div>
<div v-else class="column items-end">
Expand All @@ -74,7 +74,7 @@
v-if="getDecoration(item)"
:content="getDecoration(item)"
direction="horizontal"
class="justify-end q-gutter-x-xs"
class="justify-end q-gutter-xs"
/>
</div>
</slot>
Expand Down

0 comments on commit 73cefbd

Please sign in to comment.