Skip to content

Commit

Permalink
fix: citizen activity feed filter margin
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Jan 18, 2025
1 parent 54bbdeb commit 347fc28
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions app/components/citizens/info/CitizenActivityFeed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,14 +126,12 @@ watchDebounced(query, async () => refresh(), {
</ClientOnly>
</UFormGroup>

<SortButton
v-model="sort"
:fields="[{ label: $t('common.created_at'), value: 'createdAt' }]"
class="flex-initial"
/>
<UFormGroup label="&nbsp;">
<SortButton v-model="sort" :fields="[{ label: $t('common.created_at'), value: 'createdAt' }]" />
</UFormGroup>
</UForm>

<div class="relative flex-1">
<div class="relative mt-2 flex-1">
<DataPendingBlock
v-if="loading"
:message="$t('common.loading', [`${$t('common.citizen', 1)} ${$t('common.activity')}`])"
Expand Down

0 comments on commit 347fc28

Please sign in to comment.