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 Sep 17, 2024
1 parent 35a8e97 commit b1bf7f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/client/components/collection/KCardSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
<!--
Header section
-->
<div v-if="!hideHeader" class="row full-width items-center no-wrap" style="min-height: 30px">
<div v-if="!hideHeader" class="row full-width justify-between items-center no-wrap">
<span class="text-grey-7 text-body-2 ellipsis">
{{ title }}
</span>
<q-space />
<KPanel
v-if="actions"
:content="actions"
Expand Down

0 comments on commit b1bf7f4

Please sign in to comment.