Fix large spacing for solo programmers on /implement

This commit is contained in:
Sebastian Serth
2023-09-13 04:36:16 +02:00
parent bea2e02fa5
commit b8f8d9dc60

View File

@ -30,7 +30,7 @@
span.badge.rounded-pill.bg-primary.float-end.mt-2.mb-5.score
- if !current_contributor.programming_group?
span.badge.rounded-pill.bg-primary.float-end.mt-2.mb-5.score
span.badge.rounded-pill.bg-primary.float-end.mt-2.score
#description-card.lead class=(@embed_options[:collapse_exercise_description] ? 'description-card-collapsed' : 'description-card')
= render_markdown(@exercise.description)