Mooeypoo has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/349358 )

Change subject: Break-word for the title and content of the steps
......................................................................

Break-word for the title and content of the steps

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

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GuidedTour 
refs/changes/58/349358/1

diff --git a/modules/ext.guidedTour.less b/modules/ext.guidedTour.less
index 881b2d5..826529f 100644
--- a/modules/ext.guidedTour.less
+++ b/modules/ext.guidedTour.less
@@ -53,6 +53,7 @@
                padding-top: 0.1em;
                margin-bottom: 4px;
                border-bottom: 0;
+               word-wrap: break-word;
        }
 
        p {
@@ -61,6 +62,7 @@
                line-height: 1.3em;
                color: #252525;
                margin-bottom: 1.5em;
+               word-wrap: break-word;
        }
 }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id18f28fc613a4e5c9fb95f93e2fdfa60edebc867
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GuidedTour
Gerrit-Branch: master
Gerrit-Owner: Mooeypoo <mor...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to