We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef02f2e commit 8223bf1Copy full SHA for 8223bf1
app/code/Magento/Tax/Block/Adminhtml/Rate/Form.php
@@ -176,7 +176,7 @@ protected function _prepareForm()
176
}
177
178
$legend = $this->getShowLegend() ? __('Tax Rate Information') : '';
179
- $fieldset = $form->addFieldset('base_fieldset', ['legend' => $legend, 'class' => 'form-inline']);
+ $fieldset = $form->addFieldset('base_fieldset', ['legend' => $legend, 'class' => 'admin__scope-old form-inline']);
180
181
if (isset($formData['tax_calculation_rate_id']) && $formData['tax_calculation_rate_id'] > 0) {
182
$fieldset->addField(
0 commit comments