Page MenuHomePhabricator

Infobox content not fully visible
Closed, DeclinedPublic

Description

Screenshot_20170114-093058.png (2×1 px, 854 KB)

That's what I see on the German page regarding the Federal Reserve system. I can not scroll to see the titles of the information data in the Infobox.

Event Timeline

This is an issue with the content itself. It's using fixed widths. The template should be updated to stop doing this or add horizontal scrolling.

Declining this as not a bug inside MobileFrontend.

This is due to the long labels Basisanlagezinssatz, and Münzprägeanstalt(en) with template Infobox Zentralbank .. table based layouts on mobile are bad. Updating the template so that the left columns use max-width 150px would help this. @Florian since you know German could you report this on the talk page?

$( 'table' ).eq(1).find( 'tbody > tr td').css( 'max-width', '150px')

BTW, what insane amounts of wrappers and inline styling do the germans use on infoboxes btw... Never really noticed that before.