Skip to content

Commit e25986e

Browse files
ENGCOM-6423: Resolve Email address mismatch with text in iPad(768) view issue25935 #25942
- Merge Pull Request #25942 from edenduong/magento2:2.4-bugfix/text_in_ipad_issue25935 - Merged commits: 1. 183dd64
2 parents 9125aa6 + 183dd64 commit e25986e

File tree

2 files changed

+2
-0
lines changed
  • app/design/frontend/Magento

2 files changed

+2
-0
lines changed

app/design/frontend/Magento/blank/Magento_Customer/web/css/source/_module.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
.box-information,
8686
.box-newsletter {
8787
.box-content {
88+
.lib-wrap-words();
8889
line-height: 26px;
8990
}
9091
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
.box-information,
127127
.box-newsletter {
128128
.box-content {
129+
.lib-wrap-words();
129130
&:extend(.abs-account-block-line-height all);
130131
}
131132
}

0 commit comments

Comments
 (0)