jenkins-bot has submitted this change and it was merged.

Change subject: Break word added to main heading
......................................................................


Break word added to main heading

break word added to pre-content h1 in content/headings.less so that long heading
do not overlap with toolbar

Bug: T91281
Change-Id: I0d172c61d4a167834cd730e84901b68d2928c06d
---
M less/content/headings.less
1 file changed, 4 insertions(+), 1 deletion(-)

Approvals:
  Phuedx: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/less/content/headings.less b/less/content/headings.less
index 083e28f..aa760a8 100644
--- a/less/content/headings.less
+++ b/less/content/headings.less
@@ -43,6 +43,9 @@
 .content h1 {
        font-family: @fontFamilyHeading;
        font-size: @fontSizeH1;
+       -ms-word-break: break-all;
+       word-break: break-all;
+       word-wrap: break-word;
 }
 
 h2 {
@@ -56,4 +59,4 @@
 
 h4 {
        font-weight: bold;
-}
\ No newline at end of file
+}

-- 
To view, visit https://gerrit.wikimedia.org/r/195038
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I0d172c61d4a167834cd730e84901b68d2928c06d
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Sumit <[email protected]>
Gerrit-Reviewer: Phuedx <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to