Skip to content

Commit 223f67f

Browse files
authored
ENGCOM-4385: Fix long string display horizontal scroll in all pages in admin #21468
2 parents f8cb374 + 6bbbaab commit 223f67f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/header/_headings-group.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@
4242
color: @page-title__color;
4343
font-size: @page-title__font-size;
4444
margin-bottom: 0;
45+
word-break: break-all;
4546
}

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

Lines changed: 2 additions & 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
}
@@ -354,6 +354,7 @@
354354

355355
.admin__current-filters-list-wrap {
356356
width: 100%;
357+
word-break: break-all;
357358
}
358359

359360
.admin__current-filters-list {

0 commit comments

Comments
 (0)