I think you should be more careful with assigning classes like these two:

.form-required, .item-list {
  display: none;
}

It affected my aggregate feed items not to show up in a block.

Comments

jazzitup’s picture

I suggest this for a change:

.form-required, form .item-list {
  display: none;
}
sun’s picture

Status: Active » Fixed

I can't find those styles in the module anymore.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.