Skip to content

Commit

Permalink
Merge pull request #6008 from arielk/release/2.3.0
Browse files Browse the repository at this point in the history
SVG image src file - Fix #5987
  • Loading branch information
KingYes committed Oct 28, 2018
2 parents 8b060c2 + 9439677 commit 7573bbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/dev/scss/frontend/widgets/image.scss
Expand Up @@ -9,6 +9,10 @@
> a,
figure > a {
display: inline-block; //For alignment image with link - Changed to 'inline-block' instead of 'block' to handle with this issue https://github.com/pojome/elementor/issues/5897

img[src$=".svg"] {
width: 48px; //Fix SVG image src, issue: https://github.com/pojome/elementor/issues/5987
}
}

img {
Expand Down

0 comments on commit 7573bbd

Please sign in to comment.