Skip to content

Commit a0902a2

Browse files
committed
AC-13176: Admin grid actions dropdown is cut off
1 parent 4de008a commit a0902a2

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/grid/columns

1 file changed

+1
-1
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
@@ -25,7 +25,7 @@ define([
2525
rows: [],
2626
rowsProvider: '${ $.parentName }',
2727
fieldClass: {
28-
'data-grid-actions-cell': true
28+
'data-grid-actions-cell data-action-position': true
2929
},
3030
templates: {
3131
actions: {}

0 commit comments

Comments
 (0)