Skip to content

Commit 7934d1d

Browse files
ENGCOM-5054: issues #22647 fixed, In customer account create page word not readable, should use '-' after break to new line In mobile view #22656
- Merge Pull Request #22656 from cedarvinda/magento2:Magento2.3.1-PR2 - Merged commits: 1. 1ae8bf5
2 parents 19fcb92 + 1ae8bf5 commit 7934d1d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
.page-main {
8181
> .page-title-wrapper {
8282
.page-title {
83-
word-break: break-all;
83+
hyphens: auto;
8484
}
8585
}
8686
}

0 commit comments

Comments
 (0)