Skip to content

Commit

Permalink
Update components/storage/ServiceSelection.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
eldu authored Oct 3, 2024
1 parent 4fb9232 commit 6d73b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/storage/ServiceSelection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</button>
<p class="is-size-5 has-text-bold">{{ humanize(s.name) }}</p>
</div>
<details v-if="s.description" class="service-details mb-4">
<details v-if="s.description" class="service-details mb-4 ml-4">
<summary>
<span class="icon is-medium">
<i class="mdi mdi-information mdi-24px" />
Expand Down

0 comments on commit 6d73b3f

Please sign in to comment.