Steps to Reproduce / Testing criteria
- Look at http://reading-web-staging.wmflabs.org/wiki/NBC_News?useformat=mobile (mobile site) on IE11.
- Confirm that the infobox displays correctly.
Expected Results
- The title NBC News in the infoxbox should read horizontally, not vertically
Actual Results
- The title in the infobox reads vertically. 1 character per line.
Developer notes:
tbody is display flex, however caption is not.
Update the following selector so it applies to caption as well.
&.infobox > tbody { display: flex; flex-flow: column nowrap; }