Skip to content

Margin for comments grows when there are lots of likes #11978

@Crashillo

Description

@Crashillo

Generating multiple Endorsements I can make this gap big in a Proposal:

More than 200 endorsements in a Proposal (hidden)

As a participant, it doesn't make sense to have this gap.

It only makes sense when we open the endorsers list:

More than 200 endorsements in a Proposal (shown)

You can reproduce it locally with this small snippet:

resource = Decidim::Endorsement.first.resource

Decidim::User.all.each do |author|
  Decidim::Endorsement.create!(resource:, author:)
rescue StandardError
end

And then visit the page of this resource.

Originally posted by @andreslucena in #11833 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions