From bef1068d7080e67207c14f70f9dc6c56e84d9746 Mon Sep 17 00:00:00 2001 From: Vivek Sharma Date: Tue, 11 Feb 2020 18:40:58 +0530 Subject: [PATCH] Fixed: button alignment corrected. --- .../views/shop/customers/account/profile/index.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/profile/index.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/profile/index.blade.php index 102a4bebd..0cce66099 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/profile/index.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/customers/account/profile/index.blade.php @@ -21,6 +21,7 @@ .table td { padding: 5px; border: unset; + display: table-cell !important; } .remove-icon { right: 15px; @@ -105,7 +106,7 @@