Skip to content

Instantly share code, notes, and snippets.

@shayhurley
Created March 14, 2014 11:51
Show Gist options
  • Save shayhurley/9546332 to your computer and use it in GitHub Desktop.
Save shayhurley/9546332 to your computer and use it in GitHub Desktop.

Revisions

  1. shayhurley created this gist Mar 14, 2014.
    1 change: 1 addition & 0 deletions WidenTrelloCols
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    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))