Skip to content

Commit

Permalink
Move css to general for all devices
Browse files Browse the repository at this point in the history
  • Loading branch information
mageprince committed Feb 20, 2019
1 parent b63123e commit 1236770
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,14 @@
.lib-vendor-prefix-flex-grow(1);
}

.page-main {
> .page-title-wrapper {
.page-title {
word-break: break-all;
}
}
}

//
// Header
// ---------------------------------------------
Expand Down Expand Up @@ -503,7 +511,6 @@
> .page-title-wrapper {
.page-title {
display: inline-block;
word-break: break-all;
}

.page-title + .action {
Expand Down

0 comments on commit 1236770

Please sign in to comment.