Merge "Special:UserLogin: Set easier readable `line-height` on form"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 10 Oct 2017 07:30:35 +0000 (07:30 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 10 Oct 2017 07:30:36 +0000 (07:30 +0000)
resources/src/mediawiki.special/mediawiki.special.userlogin.signup.css

index 29006b7..051d549 100644 (file)
@@ -10,6 +10,8 @@
        /* Override the right margin of the form to give space in case a benefits
         * column appears to the side. */
        margin-right: 100px;
+       /* Override `.mw-body-content` to ensure useful, readable paragraphs */
+       line-height: 1.4;
 }
 
 div.mw-createacct-benefits-container {