bump item height for great justice.

This commit is contained in:
Dennis Collinson 2012-03-22 18:43:35 -07:00
parent 254bd9b89c
commit 78b0ee10da

View file

@ -56,7 +56,7 @@ app.views.Stream = Backbone.View.extend({
postRender : function() {
// collapse long posts
var collHeight = 190,
var collHeight = 420,
collElem = $(this.el).find(".collapsible");
_.each(collElem, function(elem) {