https://bugzilla.wikimedia.org/show_bug.cgi?id=22187

--- Comment #3 from Brion Vibber <[email protected]> 2011-12-07 21:29:05 UTC 
---
Proper thing to do is to fix the portals themselves to have better styles --
they have the same problems in "desktop browsers" if the window is narrow.

I'm not sure how easily we can detect this sort of case automatically: the
table layouts quite legitimately fit within the screen area, they just look
terrible because the content within them doesn't fit those small sizes well.

Adding a min-width: to the CSS could force them to scroll as recommended in bug
32123, but this is still sub-ideal. Better would be either smart use of floats
to let them "collapse" on narrow screens, or using @media sections to check
when the window width is relatively small and switch to a different layout.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to