Skip to content

Commit daf66d3

Browse files
committed
bugfix
1 parent b7c0922 commit daf66d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Std.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class="payment_btn__link"
146146
.payment_btn__link {
147147
display: inline-block;
148148
width: 200px;
149-
height: ' . (empty($params['qr']) ? '150px' : 'auto') . ';
149+
height: ' . (empty($params['qr']) ? '90px' : 'auto') . ';
150150
line-height: 20px;
151151
justify-content: center;
152152
background: #ffffff;

0 commit comments

Comments
 (0)