Special:UserLogin: Set easier readable `line-height` on form
authorVolker E <volker.e@wikimedia.org>
Sun, 8 Oct 2017 06:05:23 +0000 (23:05 -0700)
committerVolker E <volker.e@wikimedia.org>
Sun, 8 Oct 2017 06:05:23 +0000 (23:05 -0700)
Change-Id: Ie29867a6b0ac0ba1558e1b302ffc6df8bff1dba9

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 {