diff --git a/shared/templates/styleguide2/includes/molecules/candidates/candidate_secondary_box.html b/shared/templates/styleguide2/includes/molecules/candidates/candidate_secondary_box.html index bb7287480de1258120e60d8b87dfa56df709ee7c..dfaa673eac002ae664ce49ed1ac890f4c02752a4 100644 --- a/shared/templates/styleguide2/includes/molecules/candidates/candidate_secondary_box.html +++ b/shared/templates/styleguide2/includes/molecules/candidates/candidate_secondary_box.html @@ -17,7 +17,7 @@ " > {% if self.page.profile_image %} - {% image self.page.profile_image fill-150x150 class="w-12 object-cover" %} + {% image self.page.profile_image fill-150x150 class="w-12 object-cover shrink-0 grow-1" %} {% endif %} </div>