Skip to content

Commit 1236770

Browse files
committed
Move css to general for all devices
1 parent b63123e commit 1236770

File tree

1 file changed

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

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
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
// ---------------------------------------------
@@ -503,7 +511,6 @@
503511
> .page-title-wrapper {
504512
.page-title {
505513
display: inline-block;
506-
word-break: break-all;
507514
}
508515

509516
.page-title + .action {

0 commit comments

Comments
 (0)