Skip to content

Commit ecc2c38

Browse files
authored
ENGCOM-5054: issues #22647 fixed, In customer account create page word not readable, should use '-' after break to new line In mobile view #22656
2 parents a3bd403 + 7934d1d commit ecc2c38

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)