Skip to content

Commit e3b875b

Browse files
committed
Fix static test.
1 parent 5491e25 commit e3b875b

File tree

1 file changed

+1
-1
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Ui/web/css/source/module/data-grid/data-grid-header

1 file changed

+1
-1
lines changed

app/design/adminhtml/Magento/backend/Magento_Ui/web/css/source/module/data-grid/data-grid-header/_data-grid-filters.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
}
100100

101101
.action-menu {
102-
max-height: 3.85rem * @data-grid-search-control-action-menu-item__quantity; // ToDo UI: change static item height
102+
max-height: 3.85rem * @data-grid-search-control-action-menu-item__quantity; // @todo: change static item height
103103
overflow-y: auto;
104104
z-index: @data-grid-search-menu__z-index;
105105
}

0 commit comments

Comments
 (0)