Skip to content

Commit

Permalink
Fix magento#26917 Tax rate zip/post range check box alignment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
srsathish92 committed Feb 19, 2020
1 parent cde4f67 commit 08219e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* See COPYING.txt for license details.
*/
?>
<div class="entry-edit form-inline">
<div class="entry-edit form-inline tax-rate-form">
<?= $block->getFormHtml() ?>
</div>
<?= $block->getChildHtml('form_after') ?>
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@
font-size: 1.3rem;
}
}

.tax-rate-form {
.admin__fieldset > .admin__field > .admin__field-control {
input[type='checkbox'] {
margin: 8px 0 0 0;
}
}
}

0 comments on commit 08219e8

Please sign in to comment.