From be663ba798b449ef37aeca1162b4efa08d77d482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <tomas@imaniti.org> Date: Fri, 14 Jun 2024 09:26:21 +0200 Subject: [PATCH] fix image sizing --- .../includes/molecules/candidates/candidate_secondary_box.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 bb728748..dfaa673e 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> -- GitLab