Sumit has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/259461

Change subject: MF restrict max width on Special:Contributions
......................................................................

MF restrict max width on Special:Contributions

Bug: T121577
Change-Id: I13cd865e2691147ccf3c914b5984088ba0ae9b9b
---
M includes/specials/SpecialMobileContributions.php
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/61/259461/1

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: newchange
Gerrit-Change-Id: I13cd865e2691147ccf3c914b5984088ba0ae9b9b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Sumit <asthana.sumi...@gmail.com>

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

Reply via email to