Skip to content

Instantly share code, notes, and snippets.

@ibolmo
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save ibolmo/d2ee60fffe3b88e8745f to your computer and use it in GitHub Desktop.

Select an option

Save ibolmo/d2ee60fffe3b88e8745f to your computer and use it in GitHub Desktop.
Stacked lists for Trello
javascript:(function(){
$('head').append('<link href="https://rawgit.com/ibolmo/d2ee60fffe3b88e8745f/raw/stacked.css" rel="stylesheet" type="text/css"/>');
})()
#board {
display: block !important;
overflow-y: visible !important;
padding-bottom: 2em;
}
#board .list {
display: block;
float: left;
margin: 15px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment