Skip to content

Commit

Permalink
style: improve responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
caro3801 committed Oct 3, 2024
1 parent bfc09f1 commit 2f4c83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Settings/SettingsViewAddons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const filteredAddons = computed(() => {
><form-control-search v-model="filterTerm" :placeholder="searchPlaceholder" clear-text
/></template>
<template #noResult>{{ noResultsLabel }}</template>
<div class="col-8">
<div class="col-12 col-xl-8">
<addon-url-input v-model="url" :loading="isLoading" @install="installFromUrl" />
</div>
<b-alert v-if="error" variant="danger" model-value>{{ errorLabel }}</b-alert>
Expand Down

0 comments on commit 2f4c83a

Please sign in to comment.