jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/349358 )

Change subject: Enable CSS word breaks & hyphens on title and content of the 
steps
......................................................................


Enable CSS word breaks & hyphens on title and content of the steps

This is so that any long words (like "Bearbeitungsüberprüfung"),
can break properly rather than have the ending cut-off.

Bug: T163245
Change-Id: Id18f28fc613a4e5c9fb95f93e2fdfa60edebc867
---
M modules/ext.guidedTour.less
1 file changed, 10 insertions(+), 0 deletions(-)

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



diff --git a/modules/ext.guidedTour.less b/modules/ext.guidedTour.less
index 881b2d5..51bf1dc 100644
--- a/modules/ext.guidedTour.less
+++ b/modules/ext.guidedTour.less
@@ -53,6 +53,11 @@
                padding-top: 0.1em;
                margin-bottom: 4px;
                border-bottom: 0;
+               -webkit-hyphens: auto;
+               -moz-hyphens: auto;
+               -ms-hyphens: auto;
+               hyphens: auto;
+               word-wrap: break-word;
        }
 
        p {
@@ -61,6 +66,11 @@
                line-height: 1.3em;
                color: #252525;
                margin-bottom: 1.5em;
+               -webkit-hyphens: auto;
+               -moz-hyphens: auto;
+               -ms-hyphens: auto;
+               hyphens: auto;
+               word-wrap: break-word;
        }
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Id18f28fc613a4e5c9fb95f93e2fdfa60edebc867
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/GuidedTour
Gerrit-Branch: master
Gerrit-Owner: Mooeypoo <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: Mooeypoo <[email protected]>
Gerrit-Reviewer: Phuedx <[email protected]>
Gerrit-Reviewer: Swalling <[email protected]>
Gerrit-Reviewer: VolkerE <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to