Skip to content

Commit 848e1f9

Browse files
🔃 [Magento Community Engineering] Community Contributions - 2.2-develop
Accepted Community Pull Requests: - #23151: [Backport] Fixed #22506: Search suggestion panel overlapping on advance reporting button (by @krishprakash) Fixed GitHub Issues: - #22506: Search suggestion panel overlapping on advance reporting button (reported by @GrishmaNayee) has been fixed in #23151 by @krishprakash in 2.2-develop branch Related commits: 1. 15b5cac
2 parents 60c5beb + 560fde2 commit 848e1f9

File tree

1 file changed

+2
-0
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/header/actions-group

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@
8484
position: absolute;
8585
right: 0;
8686
top: 100%;
87+
word-break: break-word;
88+
word-wrap: break-word;
8789
z-index: 2;
8890

8991
&:after {

0 commit comments

Comments
 (0)