Welcome to Wargaming.net Wiki!
Variants
/
World of Tanks

Ram II

Revision as of 22:07, 2 October 2016 by
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Lists getting cut off

As on many of the wiki.wargaming.net pages, some of the items are being cut off from the Pros and Cons lists. I believe the problem lies with this stylesheet: https://wiki.wargaming.net/load.php?debug=false&lang=en&modules=ext.planeChars.css%7Cmediawiki.legacy.commonPrint%2Cshared%7Cmediawiki.ui.button%7Cskins.globalwiki&only=styles&skin=globalwiki&*

I think the problem is with the ".b-standart-list li" section where it says: "overflow:hidden". I think that changing this to "overflow:auto" would fix the problem. In fact, I would argue that overflow:hidden should probably not be used anywhere, and instead overflow:auto should be used instead, so no content is ever truncated.