Skip to content

Commit

Permalink
fix: fix barcode scanner dialog width
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Oct 22, 2024
1 parent d9850b7 commit 7ec6a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BarcodeScannerDialog.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-dialog scrollable max-height="80%" min-width="50%" width="auto">
<v-dialog scrollable max-height="80%" min-width="50%">
<v-card>
<v-card-title>
{{ $t('BarcodeScanner.Scan') }} <v-btn style="float:right;" variant="text" density="compact" icon="mdi-close" @click="close" />
Expand Down

0 comments on commit 7ec6a3e

Please sign in to comment.