From a2884300e2b8f5b9717d69fc191491ed0f8ddece Mon Sep 17 00:00:00 2001 From: Cameron Lamb Date: Thu, 28 Nov 2024 14:52:40 +0000 Subject: [PATCH] Fix: Icon sizes on the profile pages and components (#824) --- src/dw_design_system/dwds/components/profile_info.html | 8 ++++++-- src/peoplefinder/templates/peoplefinder/profile.html | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/dw_design_system/dwds/components/profile_info.html b/src/dw_design_system/dwds/components/profile_info.html index a240f4189..f5278bc36 100644 --- a/src/dw_design_system/dwds/components/profile_info.html +++ b/src/dw_design_system/dwds/components/profile_info.html @@ -23,10 +23,14 @@

diff --git a/src/peoplefinder/templates/peoplefinder/profile.html b/src/peoplefinder/templates/peoplefinder/profile.html index 3523c8106..872550c80 100644 --- a/src/peoplefinder/templates/peoplefinder/profile.html +++ b/src/peoplefinder/templates/peoplefinder/profile.html @@ -71,7 +71,7 @@

{{ profile.full_name }}

{% if profile.uk_office_location.city %}
- {% include "dwds/icons/marker.html" %} + {% include "dwds/icons/marker.html" with extra_classes="small" %} {{ profile.uk_office_location.city }}
{% endif %}