Skip to content

Commit 8223bf1

Browse files
author
Surabhi Srivastava
authored
Fixed issue magento#22640
Fixed issue magento#22640
1 parent ef02f2e commit 8223bf1

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Tax/Block/Adminhtml/Rate

1 file changed

+1
-1
lines changed

app/code/Magento/Tax/Block/Adminhtml/Rate/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ protected function _prepareForm()
176176
}
177177

178178
$legend = $this->getShowLegend() ? __('Tax Rate Information') : '';
179-
$fieldset = $form->addFieldset('base_fieldset', ['legend' => $legend, 'class' => 'form-inline']);
179+
$fieldset = $form->addFieldset('base_fieldset', ['legend' => $legend, 'class' => 'admin__scope-old form-inline']);
180180

181181
if (isset($formData['tax_calculation_rate_id']) && $formData['tax_calculation_rate_id'] > 0) {
182182
$fieldset->addField(

0 commit comments

Comments
 (0)