Skip to content

Commit

Permalink
Resize alert
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Aug 26, 2023
1 parent 0cdfa06 commit 787961f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Form/Elements/FormSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@ onMounted(() => {
track-by="value"
@open="onOpen"
@close="onClose" />
<b-alert v-else v-localize variant="warning" show> No options available. </b-alert>
<b-alert v-else v-localize class="w-100" variant="warning" show> No options available. </b-alert>
</template>

0 comments on commit 787961f

Please sign in to comment.