Skip to content

Commit

Permalink
fix: button alignment on train toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
jakowenko committed Aug 30, 2021
1 parent 142b3f7 commit c9b38ce
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions frontend/src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,19 @@
/>
</div>
<div v-if="type === 'train'">
<FileUpload
mode="basic"
name="files[]"
:url="uploadUrl"
accept="image/*"
:maxFileSize="10000000"
@upload="$parent.init()"
:auto="true"
:multiple="true"
chooseLabel="Upload"
class="p-d-inline"
/>
<div class="p-d-inline-block">
<FileUpload
mode="basic"
name="files[]"
:url="uploadUrl"
accept="image/*"
:maxFileSize="10000000"
@upload="$parent.init()"
:auto="true"
:multiple="true"
chooseLabel="Upload"
/>
</div>
<Button
icon="fa fa-recycle push-top"
class="responsive-button p-button-success p-button-sm p-ml-1"
Expand Down

0 comments on commit c9b38ce

Please sign in to comment.