Details
Is the Phriction wiki really limited to a fixed size layout? The default setup results in some ugly layout; for example:
{F186557}
This seems particularly silly, because almost every other aspect of the Phabricator UI does scale to screen size/width. It seems very inconsistent that Phriction does not also take advantage of screen real estate - and very impractical at times.
Is it possible to change this without editing the code? If not, is this the sort of thing I should consider submitting as a task/feature request (assuming it doesn't already exist previously).
Answers
I have run into issues with the fixed width for tables in phabricator wikis.
Columns become unusably small when there are 4-5 of them and you put non-breakable content (Images, Expanded Ticket References like {T 123}) in some.
Changing the css as follows improves the situation
This should be doable in a greasemonkey userscript or in the CSS itself.