diff --git a/app/views/accounts/payments.blade.php b/app/views/accounts/payments.blade.php
index 7210d7b45116..036afb784228 100755
--- a/app/views/accounts/payments.blade.php
+++ b/app/views/accounts/payments.blade.php
@@ -123,7 +123,7 @@
var contents = $(this).parent().contents();
contents[contents.length - 1].nodeValue = '';
$(this).after('.attr('data-imageUrl') + ')
');
- $(this).parent().children().last().after('Create an account');
+ $(this).parent().children().last().after('Create an account');
});
// TODO: THIS IS JUST TO SHOW THE IMAGES, STYLE IS SET INLINE STYLE
diff --git a/public/built.css b/public/built.css
index e5cb7479a962..273fc156d5fa 100644
--- a/public/built.css
+++ b/public/built.css
@@ -2892,7 +2892,12 @@ float: left;
display: inline-block;
position: relative;
margin-top: 3px;
-min-height: 30px;
+}
+
+/*.recommended-gateway {*/
+/* #recommendedGateway_id2 { */
+label[for=recommendedGateway_id2].radio{
+ min-height: 60px;
}
/* Hide bootstrap sort header icons */
diff --git a/public/css/style.css b/public/css/style.css
index dccd9431d709..d1db4bcf4a8d 100755
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -784,7 +784,12 @@ float: left;
display: inline-block;
position: relative;
margin-top: 3px;
-min-height: 30px;
+}
+
+/*.recommended-gateway {*/
+/* #recommendedGateway_id2 { */
+label[for=recommendedGateway_id2].radio{
+ min-height: 60px;
}
/* Hide bootstrap sort header icons */