Skip to content

Commit

Permalink
SVG fix for icons. (#357)
Browse files Browse the repository at this point in the history
Looks good. Merging to main.
  • Loading branch information
nimithshetty17 authored Nov 27, 2023
1 parent 5ab1853 commit df1d643
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions blocks/solution-list/solution-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ main .solution-list-container .solution-list-content-wrapper {
line-height: var(--line-height-160);
}

.solution-list-container .solution-list-wrapper .solution-list div p span svg {
height: var(--spacer-layout-03);
width: auto;
}

.solution-list-container .solution-list-wrapper .solution-list div p:first-child {
margin: unset;
}
Expand Down

0 comments on commit df1d643

Please sign in to comment.