Skip to content

Commit

Permalink
Fix rtl on dashboard page, space-x* does not support rtl
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Jan 9, 2025
1 parent 6587169 commit 4a0d293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/dashboard/DashboardPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<div class="mt-2">
<div class="flex justify-between">
<div class="flex flex-row items-center space-x-3">
<div class="flex flex-row items-center gap-x-3">
<PkpButton @click="store.openFiltersModal">
{{ t('common.filter') }}
</PkpButton>
Expand Down

0 comments on commit 4a0d293

Please sign in to comment.