Skip to content

Commit 57c492b

Browse files
ENGCOM-4744: Alignment Issue While Editing Order Data containing Downlodable Products with 'Links can be purchased separately' enabled in Admin Section #22298
- Merge Pull Request #22298 from ansari-krish/magento2:patchs-20917 - Merged commits: 1. 9e24d22
2 parents 07e57ac + 9e24d22 commit 57c492b

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Downloadable/view/adminhtml/templates/product/composite/fieldset

1 file changed

+1
-1
lines changed

app/code/Magento/Downloadable/view/adminhtml/templates/product/composite/fieldset/downloadable.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
value="<?= /* @escapeNotVerified */ $_link->getId() ?>" <?= /* @escapeNotVerified */ $block->getLinkCheckedValue($_link) ?>
3131
price="<?= /* @escapeNotVerified */ $block->getCurrencyPrice($_link->getPrice()) ?>"/>
3232
<?php endif; ?>
33-
<label for="links_<?= /* @escapeNotVerified */ $_link->getId() ?>" class="label">
33+
<label for="links_<?= /* @escapeNotVerified */ $_link->getId() ?>" class="label admin__field-label">
3434
<?= $block->escapeHtml($_link->getTitle()) ?>
3535
<?php if ($_link->getSampleFile() || $_link->getSampleUrl()): ?>
3636
&nbsp;(<a href="<?= /* @escapeNotVerified */ $block->getLinkSampleUrl($_link) ?>" <?= $block->getIsOpenInNewWindow()?'onclick="this.target=\'_blank\'"':'' ?>><?= /* @escapeNotVerified */ __('sample') ?></a>)

0 commit comments

Comments
 (0)