Skip to content

Commit 5966214

Browse files
author
Stanislav Idolov
committed
magento-engcom/magento2ce#2227 Fixed test failures
1 parent b6aff32 commit 5966214

File tree

2 files changed

+2
-2
lines changed
  • app
    • code/Magento/Ui/view/base/web/js/grid/columns
    • design/adminhtml/Magento/backend/web/css/source/forms

2 files changed

+2
-2
lines changed

app/code/Magento/Ui/view/base/web/js/grid/columns/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ define([
7979

8080
/**
8181
* Adds new action. If an action with the specified identifier
82-
* already exists, then the original will be overriden.
82+
* already exists, then the original will be overridden.
8383
*
8484
* @param {String} index - Actions' identifier.
8585
* @param {Object} action - Actions' data.

app/design/adminhtml/Magento/backend/web/css/source/forms/_extends.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
span {
5757
&:after {
5858
left: 0;
59-
margin-left: @temp_gutter; // @todo ui: update after finalizing Form Grid mixing css/source/forms/_temp.less:10
59+
margin-left: @temp_gutter;
6060
}
6161
}
6262
}

0 commit comments

Comments
 (0)