Skip to content

Instantly share code, notes, and snippets.

@shayhurley
Created March 14, 2014 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shayhurley/9546332 to your computer and use it in GitHub Desktop.
Save shayhurley/9546332 to your computer and use it in GitHub Desktop.
Widen Trello Columns Bookmark
javascript:(function(w) { $('.list-card').css('max-width', 'none');$('.list').width(w); $('.list-area').width($('.list').length * (w+12)); $('body').addClass('layout-horiz-scroll'); })(prompt("List width?", 500))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment