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.
Description
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')
Done, thanks for your fast response Jon! :)
https://de.wikipedia.org/wiki/Vorlage_Diskussion:Infobox_Zentralbank#Nicht_lesbar_auf_der_mobilen_Seite
BTW, what insane amounts of wrappers and inline styling do the germans use on infoboxes btw... Never really noticed that before.