Skip to content

Commit a6298ea

Browse files
authored
ENGCOM-3840: Fix issue 20232 : Backend order credit card detail check box misaligned #20233
2 parents 45e3ddb + bbb17e6 commit a6298ea

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Braintree/view/adminhtml/templates/form

1 file changed

+1
-1
lines changed

app/code/Magento/Braintree/view/adminhtml/templates/form/cc.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $ccType = $block->getInfoData('cc_type');
8383
id="<?= /* @noEscape */ $code ?>_vault"
8484
name="payment[is_active_payment_token_enabler]"
8585
class="admin__control-checkbox"/>
86-
<label class="label" for="<?= /* @noEscape */ $code ?>_vault">
86+
<label class="label admin__field-label" for="<?= /* @noEscape */ $code ?>_vault">
8787
<span><?= $block->escapeHtml(__('Save for later use.')) ?></span>
8888
</label>
8989
</div>

0 commit comments

Comments
 (0)