We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c0922 commit daf66d3Copy full SHA for daf66d3
src/Std.php
@@ -146,7 +146,7 @@ class="payment_btn__link"
146
.payment_btn__link {
147
display: inline-block;
148
width: 200px;
149
- height: ' . (empty($params['qr']) ? '150px' : 'auto') . ';
+ height: ' . (empty($params['qr']) ? '90px' : 'auto') . ';
150
line-height: 20px;
151
justify-content: center;
152
background: #ffffff;
0 commit comments