jenkins-bot has submitted this change and it was merged.
Change subject: Restrict max width on mobile version of Special:Contributions
......................................................................
Restrict max width on mobile version of Special:Contributions
Bug: T121577
Change-Id: I13cd865e2691147ccf3c914b5984088ba0ae9b9b
---
M includes/specials/SpecialMobileContributions.php
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
Florianschmidtwelzow: Looks good to me, but someone else must approve
Jdlrobson: Looks good to me, approved
jenkins-bot: Verified
diff --git a/includes/specials/SpecialMobileContributions.php
b/includes/specials/SpecialMobileContributions.php
index ea12f67..e7de584 100644
--- a/includes/specials/SpecialMobileContributions.php
+++ b/includes/specials/SpecialMobileContributions.php
@@ -68,7 +68,9 @@
$this->renderHeaderBar(
$this->user->getUserPage() );
}
$res = $this->doQuery();
+ $out->addHtml( Html::openElement( 'div', array(
'class' => 'content-unstyled' ) ) );
$this->showContributions( $res );
+ $out->addHtml( Html::closeElement( 'div' ) );
return;
}
}
--
To view, visit https://gerrit.wikimedia.org/r/259461
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I13cd865e2691147ccf3c914b5984088ba0ae9b9b
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Sumit <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Sumit <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits