Skip to content

Commit

Permalink
fix: improve jwpub document list style
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr committed Jan 27, 2025
1 parent dac5c85 commit 1a61f58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/dialog/DialogFileImport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@
</div>
<template v-if="jwpubDocuments?.length && !(!!jwpubDb && jwpubLoading)">
<div class="row q-px-md overflow-auto">
<q-list class="">
<q-list class="full-width">
<q-item
v-for="jwpubImportDocument in jwpubDocuments"
:key="jwpubImportDocument.DocumentId"
class="rounded-borders"
clickable
@click="
jwpubLoading = true;
Expand Down

0 comments on commit 1a61f58

Please sign in to comment.