jenkins-bot has submitted this change and it was merged.

Change subject: Hygiene: Make mobileoption DOM consistant between cleint-side 
and server-side
......................................................................


Hygiene: Make mobileoption DOM consistant between cleint-side and server-side

This fixes the 'expand all sections by default' option in alpha (which
currently looks wonky due to the CSS not applying correctly).

Change-Id: I7d35fda2bffb6f2f474c6908d82ee66dfe0eda1e
---
M templates/specials/checkbox.hogan
1 file changed, 3 insertions(+), 3 deletions(-)

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



diff --git a/templates/specials/checkbox.hogan 
b/templates/specials/checkbox.hogan
index 81bc335..8899c78 100644
--- a/templates/specials/checkbox.hogan
+++ b/templates/specials/checkbox.hogan
@@ -4,8 +4,8 @@
                <label for="{{name}}-toggle">
                        {{enableMsg}}
                </label>
-               <div class="option-description">
-                       {{descriptionMsg}}
-               </div>
+       </div>
+       <div class="option-description">
+               {{descriptionMsg}}
        </div>
 </div>

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7d35fda2bffb6f2f474c6908d82ee66dfe0eda1e
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Kaldari <[email protected]>
Gerrit-Reviewer: Bmansurov <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Jhernandez <[email protected]>
Gerrit-Reviewer: Phuedx <[email protected]>
Gerrit-Reviewer: Robmoen <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to