Jdlrobson has uploaded a new change for review.

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

Change subject: Footer should be constrainted by max-width
......................................................................

Footer should be constrainted by max-width

If the footer license message is considerably long, the footer stretches
outside the content area. I checked with Kaity and she said that this
should also get max-width.

I noticed this whilst working on supporting the license that Wikidata
uses.

Change-Id: I9a089c06c94917264a823d40f9a35b14af53f468
---
M includes/skins/MinervaTemplate.php
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/includes/skins/MinervaTemplate.php 
b/includes/skins/MinervaTemplate.php
index afd9268..7f62a5b 100644
--- a/includes/skins/MinervaTemplate.php
+++ b/includes/skins/MinervaTemplate.php
@@ -100,7 +100,7 @@
         */
        protected function renderFooter( $data ) {
                ?>
-               <div id="footer">
+               <div id="footer" class="post-content">
                        <?php
                                foreach ( $this->getFooterLinks() as $category 
=> $links ) {
                        ?>

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9a089c06c94917264a823d40f9a35b14af53f468
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <jrob...@wikimedia.org>

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

Reply via email to