Skip to content

Commit

Permalink
Merge pull request #1201 from NicoPennec/fix/ui
Browse files Browse the repository at this point in the history
Fix style of Import CSV modal
  • Loading branch information
frankrousseau authored Sep 25, 2023
2 parents a84eb4a + a1625d0 commit 2e1b724
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 2e1b724

Please sign in to comment.