Merge pull request #2430 from vivek-webkul/patch-31

Fixed: Issue #2322 button alignment corrected.
This commit is contained in:
Jitendra Singh 2020-02-11 19:02:04 +05:30 committed by GitHub
commit 02664cb1b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@
.table td {
padding: 5px;
border: unset;
display: table-cell !important;
}
.remove-icon {
right: 15px;
@ -105,7 +106,7 @@
<button
type="submit"
class="theme-btn mb20" @click="showModal('deleteProfile')" >
class="theme-btn ml10 mb20" @click="showModal('deleteProfile')" >
{{ __('shop::app.customer.account.address.index.delete') }}
</button>