Skip to content

Commit 08219e8

Browse files
committed
Fix #26917 Tax rate zip/post range check box alignment issue
1 parent cde4f67 commit 08219e8

File tree

2 files changed

+9
-1
lines changed
  • app
    • code/Magento/Tax/view/adminhtml/templates/rate
    • design/adminhtml/Magento/backend/Magento_Tax/web/css/source

2 files changed

+9
-1
lines changed

app/code/Magento/Tax/view/adminhtml/templates/rate/form.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66
?>
7-
<div class="entry-edit form-inline">
7+
<div class="entry-edit form-inline tax-rate-form">
88
<?= $block->getFormHtml() ?>
99
</div>
1010
<?= $block->getChildHtml('form_after') ?>

app/design/adminhtml/Magento/backend/Magento_Tax/web/css/source/_module.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,11 @@
2525
font-size: 1.3rem;
2626
}
2727
}
28+
29+
.tax-rate-form {
30+
.admin__fieldset > .admin__field > .admin__field-control {
31+
input[type='checkbox'] {
32+
margin: 8px 0 0 0;
33+
}
34+
}
35+
}

0 commit comments

Comments
 (0)