Skip to content

Commit e206c28

Browse files
authored
ENGCOM-4338: Solve #21359 Search with long string display horizontal scroll in front end #21360
2 parents c81aa8d + 39db10a commit e206c28

File tree

1 file changed

+8
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_Theme/web/css/source

1 file changed

+8
-0
lines changed

app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@
7777
.lib-vendor-prefix-flex-grow(1);
7878
}
7979

80+
.page-main {
81+
> .page-title-wrapper {
82+
.page-title {
83+
word-break: break-all;
84+
}
85+
}
86+
}
87+
8088
//
8189
// Header
8290
// ---------------------------------------------

0 commit comments

Comments
 (0)