Skip to content

Commit 5598b97

Browse files
committed
checkbox alignment issue resolved
1 parent d1f9c6b commit 5598b97

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)