Skip to content

Commit

Permalink
style: align pagination controls with table
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Apr 9, 2024
1 parent c382db7 commit a48b3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/data-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const entities = computed(() => {
class="relative isolate grid size-full overflow-y-auto"
:class="{ 'opacity-50 grayscale': isLoading }"
>
<div v-if="entities.length > 0" class="grid gap-8">
<div v-if="entities.length > 0" class="grid content-start gap-8">
<SearchResultsTable
:entities="entities"
:sorting="sortingState"
Expand Down

0 comments on commit a48b3d3

Please sign in to comment.