From 64fd3b2d315fc8e060f157940fb41fcd446af750 Mon Sep 17 00:00:00 2001 From: Jennifer Q <66472237+latin-panda@users.noreply.github.com> Date: Thu, 19 Dec 2024 08:06:15 -0600 Subject: [PATCH] fix(#8626): display SVG icons in contact summary (#9719) --- webapp/src/css/inbox.less | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/webapp/src/css/inbox.less b/webapp/src/css/inbox.less index 8e324ff468..6580dbcfa1 100644 --- a/webapp/src/css/inbox.less +++ b/webapp/src/css/inbox.less @@ -585,10 +585,13 @@ mm-analytics-filters { font-size: 12px; vertical-align: middle; } - .card .resource-icon img { - width: @icon-small; - height: @icon-small; + .card .resource-icon { + svg, img { + width: @icon-small; + height: @icon-small; + } } + .card.children .row a:hover { border-color: @contacts-color; } @@ -1918,4 +1921,4 @@ mm-sidebar-menu .mat-sidenav-container { .desktop-only { display: none; } -} \ No newline at end of file +}