Skip to content

Commit

Permalink
only show two queries per row.
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoertl committed Jan 2, 2024
1 parent ed42f96 commit fe50a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Search/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const _alert = (msg: string) => {
</VForm>
</div>
<SearchDimensions />
<div class="mt-4 grid grid-cols-3 gap-1">
<div class="mt-4 grid grid-cols-2 gap-1">
<QueryItem v-for="(q, i) of query.queries" :key="i" :query="q"></QueryItem>
</div>
</VContainer>
Expand Down

0 comments on commit fe50a6f

Please sign in to comment.