Skip to content

Commit e39f2af

Browse files
committed
Merge branch 'readme_update2' into 'main'
style bugfix See merge request ypmn-public/php-api-client!29
2 parents 9b59ed9 + daf66d3 commit e39f2af

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)