Skip to content

Commit

Permalink
[ui] fix style of lists in Import CSV modal
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoPennec committed Sep 25, 2023
1 parent 2100b82 commit a1625d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/ImportModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="modal-background" @click="$emit('cancel')"></div>

<div class="modal-content">
<div class="box content">
<div class="box">
<h1 class="title">
{{ $t('main.csv.import_title') }}
</h1>
Expand Down

0 comments on commit a1625d0

Please sign in to comment.