Skip to content

Commit 64a6c99

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
2 parents 7d0efc5 + c105a2f commit 64a6c99

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)