Mobile app version of vmapp.org
Login or Join
Megan663

: Bad formatting of search result with MediaWiki 1.26.3 I just upgraded my company's internal wiki and now the search results appear badly formatted. The image below shows the H2 containing the

@Megan663

Posted in: #Mediawiki

I just upgraded my company's internal wiki and now the search results appear badly formatted.

The image below shows the H2 containing the text Page text matches on the right of the page, below the Page title matches. When the page shrinks or expands the search results move to the left below the title matches (as in the image) or to the right below the Page text matches text. The Page text matches text always stays up there and becomes invisible if the page shrinks too much.

Is it a problem with MediaWiki 1.26.3?

Did I mess something up during the upgrade?

How do I fix it?



MediaWiki 1.26.3
PHP 5.5.35
MySQL 5.5.48-37.8
ICU 4.2.1

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Megan663

1 Comments

Sorted by latest first Latest Oldest Best

 

@Megan663

It is a regression of the 1.26.

Here is the ticket: phabricator.wikimedia.org/T122499
Here is the workaround:


Go to your.wiki.url/index.php?title=MediaWiki:Common.css Add the following code:

.mw-search-results {
float: none;
}

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme