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

As a participant, it doesn't make sense to have this gap.
It only makes sense when we open the endorsers list:

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)
Generating multiple Endorsements I can make this gap big in a Proposal:
As a participant, it doesn't make sense to have this gap.
It only makes sense when we open the endorsers list:
You can reproduce it locally with this small snippet:
And then visit the page of this resource.
Originally posted by @andreslucena in #11833 (comment)