Skip to content

Commit

Permalink
fixes svg display for contact summary
Browse files Browse the repository at this point in the history
  • Loading branch information
latin-panda committed Dec 18, 2024
1 parent 1a3b259 commit 6096c27
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions webapp/src/css/inbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -1918,4 +1921,4 @@ mm-sidebar-menu .mat-sidenav-container {
.desktop-only {
display: none;
}
}
}

0 comments on commit 6096c27

Please sign in to comment.