Skip to content

Commit 6bbbaab

Browse files
ENGCOM-4385: Fix long string display horizontal scroll in all pages in admin #21468
- Merge Pull Request #21468 from mageprince/magento2:mageprince-2.3-fix-admin-pages-break - Merged commits: 1. 95ba7ae 2. c105a2f 3. 5491e25 4. e3b875b
2 parents 6b1d828 + e3b875b commit 6bbbaab

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)