Skip to content

Commit

Permalink
Merge pull request #151 from Geode-solutions/fix/object_selector_card…
Browse files Browse the repository at this point in the history
…_size

fix(ObjectSelector): bigger cards on small screens & thin panels
  • Loading branch information
JulienChampagnol authored Nov 6, 2024
2 parents 11fa5e3 + 417078b commit eae04a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ObjectSelector.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<FetchingData v-if="loading" />
<v-row v-else-if="Object.keys(allowed_objects).length" class="justify-left">
<v-col v-for="(value, key) in allowed_objects" :key="key" cols="2" md="2">
<v-col v-for="(value, key) in allowed_objects" :key="key" cols="2" md="4">
<v-tooltip
:text="
value['is_loadable']
Expand Down

0 comments on commit eae04a2

Please sign in to comment.