Merge pull request #5880 from prateek-webkul/refund-button-margin

issue #5755 fixed
This commit is contained in:
Glenn Hermans 2022-02-25 08:49:44 +01:00 committed by GitHub
commit 787b5fa95d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -106,7 +106,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
</accordian>
@ -316,11 +316,11 @@
@endforeach
</tbody>
</table>
</div>
</div>
</div>
<div style="width: 100%; display: inline-block">
<button type="button" class="btn btn-lg btn-primary" style="float: right" @click="updateQty">
<button type="button" class="btn btn-lg mt-10 btn-primary" style="float: right" @click="updateQty">
{{ __('admin::app.sales.refunds.update-qty') }}
</button>
</div>