How do you resize the column width of a list in Trello?
Tell me more
×
Web Applications Stack Exchange is a question and answer site for
power users of web applications. It's 100% free, no registration required.
|
This is not an available option and so the widths of columns in Trello are fixed. |
||||
|
|
|
In Trello's current implementation, this is not configurable: lists are programmatically sized to be between 300–210 pixels wide depending on the available space. However, if you don't mind a bit of a hack, you can take matters into your own hands, with some JavaScript:
(Substitute the 500 with your own desired pixel width.) You can execute this at your browser's console, or save it as the following bookmarklet, to click whenever you want some more width:
Edit: Another option for the bookmarklet to request you the actual desired size is:
It will not validate the answer, so if you enter something that is not a number it won't work. |
|||||||
|