Sumit has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/195038

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, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/38/195038/1

diff --git a/less/content/headings.less b/less/content/headings.less
index 083e28f..f504120 100644
--- a/less/content/headings.less
+++ b/less/content/headings.less
@@ -43,6 +43,7 @@
 .content h1 {
        font-family: @fontFamilyHeading;
        font-size: @fontSizeH1;
+       word-wrap: break-word;
 }
 
 h2 {
@@ -56,4 +57,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: newchange
Gerrit-Change-Id: I0d172c61d4a167834cd730e84901b68d2928c06d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Sumit <[email protected]>

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

Reply via email to