Skip to content

Commit 841aa28

Browse files
wip44850lucafuser
authored andcommitted
AC-13176: Admin grid actions dropdown is cut off
1 parent 087346f commit 841aa28

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)