bump item height for great justice.
This commit is contained in:
parent
254bd9b89c
commit
78b0ee10da
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ app.views.Stream = Backbone.View.extend({
|
||||||
|
|
||||||
postRender : function() {
|
postRender : function() {
|
||||||
// collapse long posts
|
// collapse long posts
|
||||||
var collHeight = 190,
|
var collHeight = 420,
|
||||||
collElem = $(this.el).find(".collapsible");
|
collElem = $(this.el).find(".collapsible");
|
||||||
|
|
||||||
_.each(collElem, function(elem) {
|
_.each(collElem, function(elem) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue