Mystery Dungeon Franchise Wiki:Projects (Fix Table Overflows)

MDFW - The Mystery Dungeon Tree of Information.
Jump to navigation Jump to search
Project: Fix Table Overflows
Proposal: Tables overflow on smaller screens. CSS needs to be updated.
Proposee: Blue
Date: April 4, 2024
Priority: Extremely High

Problem

Tables go beyond the screen size on smaller screens. CSS in templates and possibly other tables needs to be updated so that it uses horizontal scroll bars where necessary. This problem has been identified with the Appearances tables primarily.

Solution

Replace the existing style with the following:

  • style="text-align:center; font-size:75%; border:0px solid gray; margin:auto; display: flex; overflow-x: scroll; width: fit-content;"

To Do

This template is used on many pages, however it is old, pages need to be updated to use the new templates and this old template should then be deleted.

Done